From c5ca3e7f6571cb96f05a9ba2aa7ed3c0dbd06bf9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 Oct 2013 23:47:50 +0300 Subject: move virtual member calls from socialwindow constuctor into postInit. also remove virtual method calls from tab classes. --- src/game.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index a54bfd670..d9b4cd271 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -263,6 +263,7 @@ static void createGuiWindows() whoIsOnline = new WhoIsOnline; killStats = new KillStats; socialWindow = new SocialWindow; + socialWindow->postInit(); if (serverVersion >= 6) questsWindow = new QuestsWindow; -- cgit v1.2.3-60-g2f50