myW removed from engine classes

This commit is contained in:
doitux
2007-01-13 14:27:56 +00:00
parent d17b23737a
commit 1afc0c12c1
20 changed files with 226 additions and 159 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ int main( int argc, char **argv )
GuiInterface *myGuiInterface = new GuiWrapper(myW);
Session theFirst(myW, myGuiInterface);
Session theFirst(myGuiInterface);
return a.exec();