Fixed "myW" problems (null pointer). Use gui interface to retrieve window pointer.

This commit is contained in:
lotodore
2008-09-04 22:21:00 +00:00
parent 8129a19bb9
commit eade44978c
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -99,9 +99,9 @@ public slots:
void showNetworkStartDialog();
private:
gameTableImpl *myW;
ConfigFile *myConfig;
boost::shared_ptr<GuiInterface> myGuiInterface;
boost::shared_ptr<Session> mySession;
boost::shared_ptr<GuiInterface> myServerGuiInterface;