From afb68a09f2ad78760efac1b9595c0ea07ad044ef Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Tue, 25 Jul 2017 12:11:06 +0200 Subject: [PATCH] Remove extra semicolon Change-Id: I3941d7e8caffb613f546e628c7e089e971d1e8b8 Reviewed-by: Johan Helsing --- src/plugins/platforms/wayland/qwaylandscreen_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/platforms/wayland/qwaylandscreen_p.h b/src/plugins/platforms/wayland/qwaylandscreen_p.h index f5da2194c4a..526c94878f9 100644 --- a/src/plugins/platforms/wayland/qwaylandscreen_p.h +++ b/src/plugins/platforms/wayland/qwaylandscreen_p.h @@ -95,7 +95,7 @@ public: #if QT_CONFIG(cursor) QPlatformCursor *cursor() const override; - QWaylandCursor *waylandCursor() const { return mWaylandCursor; }; + QWaylandCursor *waylandCursor() const { return mWaylandCursor; } #endif uint32_t outputId() const { return m_outputId; }