Changeset d97af9 for molecuilder/src/UIElements/TextUIFactory.cpp
- Timestamp:
- Jan 9, 2010, 11:30:49 AM (16 years ago)
- Children:
- 1120b7
- Parents:
- 3e8325
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/UIElements/TextUIFactory.cpp
r3e8325 rd97af9 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.