Changes in src/UIElements/TextUIFactory.cpp [12b845:d893f79]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/TextUIFactory.cpp
r12b845 rd893f79 27 27 } 28 28 29 MainWindow* TextUIFactory::makeMainWindow( menuPopulaters populaters,MoleculeListClass *molecules, config *configuration, periodentafel *periode, char *ConfigFileName) {30 return new TextWindow( populaters,molecules,configuration,periode,ConfigFileName);29 MainWindow* TextUIFactory::makeMainWindow() { 30 return new TextWindow(); 31 31 } 32 32
Note:
See TracChangeset
for help on using the changeset viewer.