creating log-object in main-function and commiting it to session

This commit is contained in:
floty
2012-01-02 22:07:25 +00:00
parent df35ea550f
commit d2aeabb47a
12 changed files with 48 additions and 32 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ class Session
{
public:
Session(GuiInterface*, ConfigFile*);
Session(GuiInterface*, ConfigFile*, Log*);
~Session();