Log -> guiLog

This commit is contained in:
floty
2010-12-13 22:09:48 +00:00
parent 41b0186279
commit ad055022f3
8 changed files with 2219 additions and 27 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ public:
void setSession(boost::shared_ptr<Session> session);
gameTableImpl* getMyW() const { return myW; }
Log* getMyLog() const { return myLog; }
guiLog* getMyLog() const { return myGuiLog; }
void refreshSet() const;
void refreshCash() const;
@@ -167,7 +167,7 @@ public:
private:
Log *myLog;
guiLog *myGuiLog;
gameTableImpl *myW;
ConfigFile *myConfig;
startWindowImpl *myStartWindow;