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
@@ -36,7 +36,7 @@ public:
Session &getSession();
void setSession(boost::shared_ptr<Session> session);
gameTableImpl* getMyW() const{};
gameTableImpl* getMyW() const {return NULL;}
void refreshSet() const;
void refreshCash() const;