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/windows/textcommandeditor.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/windows/textcommandeditor.cpp') diff --git a/src/gui/windows/textcommandeditor.cpp b/src/gui/windows/textcommandeditor.cpp index c9d48f21c..f22551864 100644 --- a/src/gui/windows/textcommandeditor.cpp +++ b/src/gui/windows/textcommandeditor.cpp @@ -245,10 +245,10 @@ void TextCommandEditor::postInit() TextCommandEditor::~TextCommandEditor() { - delete2(mIconsModel); - delete2(mTargetTypeModel); + delete2(mIconsModel) + delete2(mTargetTypeModel) #ifdef TMWA_SUPPORT - delete2(mMagicSchoolModel); + delete2(mMagicSchoolModel) #endif // TMWA_SUPPORT } -- cgit v1.2.3-70-g09d2