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