From 8e0e6f12c006e2ecce9eb897efd6772c1ab5ef1a Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Sun, 8 Jan 2023 16:17:06 +0200 Subject: [PATCH] QLatin1StringView: fix include guard name Change-Id: I089b5671c02e61310698a6938ef8e3ba189c633b Reviewed-by: Thiago Macieira --- src/corelib/text/qlatin1stringview.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/corelib/text/qlatin1stringview.h b/src/corelib/text/qlatin1stringview.h index b0aabad1abe..82d3f3e7a83 100644 --- a/src/corelib/text/qlatin1stringview.h +++ b/src/corelib/text/qlatin1stringview.h @@ -4,8 +4,8 @@ // Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only -#ifndef QLATIN1STRINGVIEW -#define QLATIN1STRINGVIEW +#ifndef QLATIN1STRINGVIEW_H +#define QLATIN1STRINGVIEW_H #include #include @@ -368,4 +368,4 @@ QT_END_NAMESPACE # undef Q_L1S_VIEW_IS_PRIMARY #endif -#endif // QLATIN1STRINGVIEW +#endif // QLATIN1STRINGVIEW_H