summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2021-06-25 15:02:37 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2021-06-25 15:05:07 +0200
commitf91151bc9648c5b3cd13b5f82816093f5c8d20fb (patch)
treeb2e2469c1b07c63a5ed6d8be985c1be5adae54fb /src/plugins/platforms
parent650f33eee24555819aeb452d0dc5722a800aa367 (diff)
Fix typo in include guard
Change-Id: I1800daa525fa6565ab62b76d2138e7cfb7bbe9e1 Reviewed-by: David Edmundson <davidedmundson@kde.org>
Diffstat (limited to 'src/plugins/platforms')
-rw-r--r--src/plugins/platforms/qwayland-xcomposite-egl/qwaylandxcompositeeglplatformintegration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/platforms/qwayland-xcomposite-egl/qwaylandxcompositeeglplatformintegration.h b/src/plugins/platforms/qwayland-xcomposite-egl/qwaylandxcompositeeglplatformintegration.h
index e711133c0..4889f6462 100644
--- a/src/plugins/platforms/qwayland-xcomposite-egl/qwaylandxcompositeeglplatformintegration.h
+++ b/src/plugins/platforms/qwayland-xcomposite-egl/qwaylandxcompositeeglplatformintegration.h
@@ -37,8 +37,8 @@
**
****************************************************************************/
-#ifndef QWAYLANDXCOMPOSITEEGLPLATFROMINTEGRATION_H
-#define QWAYLANDXCOMPOSITEEGLPLATFROMINTEGRATION_H
+#ifndef QWAYLANDXCOMPOSITEEGLPLATFORMINTEGRATION_H
+#define QWAYLANDXCOMPOSITEEGLPLATFORMINTEGRATION_H
#include <QtWaylandClient/private/qwaylandintegration_p.h>