From 0c20db8d108c4123fcc3ecb343759e68567a4d4e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 26 Nov 2018 00:51:57 +0300 Subject: Remove extra ; from different code. --- src/gui/widgets/shortcutcontainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/shortcutcontainer.cpp') diff --git a/src/gui/widgets/shortcutcontainer.cpp b/src/gui/widgets/shortcutcontainer.cpp index 5eb4ea46f..14a774bb7 100644 --- a/src/gui/widgets/shortcutcontainer.cpp +++ b/src/gui/widgets/shortcutcontainer.cpp @@ -91,7 +91,7 @@ ShortcutContainer::~ShortcutContainer() if (gui != nullptr) gui->removeDragged(this); - delete2(mVertexes); + delete2(mVertexes) } void ShortcutContainer::widgetResized(const Event &event A_UNUSED) -- cgit v1.2.3-70-g09d2