summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-03-24 13:28:23 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-03-25 02:47:31 +0000
commit21be8a37af8a26101a96c9ab49296539700b6d92 (patch)
treec8d32b308980da59cf8c0f2807f6bb16e2c85c61
parent84ef53a95ac48e7043337fecc0fc4714a3911c60 (diff)
Fix include guard
Change-Id: Iedb95f6c7128834a701e4c5549dd0fec44b0ee8f Reviewed-by: Kirill Burtsev <kirill.burtsev@qt.io> (cherry picked from commit 038c86c6d8c85e0a101b8d2b7fc35a995c8d1d40) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/core/ozone/gl_ozone_glx_qt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ozone/gl_ozone_glx_qt.h b/src/core/ozone/gl_ozone_glx_qt.h
index 7825cba35..71b60a3f4 100644
--- a/src/core/ozone/gl_ozone_glx_qt.h
+++ b/src/core/ozone/gl_ozone_glx_qt.h
@@ -38,7 +38,7 @@
****************************************************************************/
#ifndef UI_OZONE_GLX_QT_H_
-#define UI_OZONE_GLX_QT_H
+#define UI_OZONE_GLX_QT_H_
#include "base/macros.h"
#include "ui/gl/gl_implementation.h"
@@ -82,4 +82,4 @@ private:
} // namespace ui
-#endif // UI_OZONE_GLX_QT_H
+#endif // UI_OZONE_GLX_QT_H_