From 7c9b9ed288f7a5011f971ed8bce2d3674b87ffd6 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Wed, 13 Sep 2017 18:46:55 +0200 Subject: [PATCH] Remove stray semicolon --- tabbox/tabbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabbox/tabbox.h b/tabbox/tabbox.h index e4b1bbe55f..61081d2b65 100644 --- a/tabbox/tabbox.h +++ b/tabbox/tabbox.h @@ -175,7 +175,7 @@ public: bool isGrabbed() const { return m_tabGrab || m_desktopGrab; - }; + } void initShortcuts();