myW removed from engine classes
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user