summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-03-24 13:28:23 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-03-24 22:03:53 +0100
commit038c86c6d8c85e0a101b8d2b7fc35a995c8d1d40 (patch)
tree2c65b91e19022169b914029ad356d28446333743 /src/core
parent5740c3a3faf9401194b3f0d300bdf6b93ef7a5f1 (diff)
Fix include guard
Pick-to: 6.3 6.2 Change-Id: Iedb95f6c7128834a701e4c5549dd0fec44b0ee8f Reviewed-by: Kirill Burtsev <kirill.burtsev@qt.io>
Diffstat (limited to 'src/core')
-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 f1bf8ac61..997142842 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_