From 4df1e68047488ec00a264c076bb3222715f42295 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 10 Mar 2017 16:40:52 +0300 Subject: Fix new style issue detected by mplint. new class() -> new class --- src/dyetool/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dyetool') diff --git a/src/dyetool/client.cpp b/src/dyetool/client.cpp index d03616888..b7ffd63ed 100644 --- a/src/dyetool/client.cpp +++ b/src/dyetool/client.cpp @@ -295,7 +295,7 @@ void Client::gameInit() // emoteShortcut = new EmoteShortcut; // dropShortcut = new DropShortcut; - gui = new Gui(); + gui = new Gui; gui->postInit(mainGraphics); dialogsManager = new DialogsManager; popupManager = new PopupManager; -- cgit v1.2.3-60-g2f50