Changeset 495a53 for molecuilder/src/UIElements/CommandLineUIFactory.cpp
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/UIElements/CommandLineUIFactory.cpp
re04838 r495a53 28 28 } 29 29 30 MainWindow* CommandLineUIFactory::makeMainWindow( menuPopulaters populaters) {31 return new CommandLineWindow( populaters);30 MainWindow* CommandLineUIFactory::makeMainWindow() { 31 return new CommandLineWindow(); 32 32 }
Note:
See TracChangeset
for help on using the changeset viewer.
