Changeset 536ce2 for molecuilder/src/UIElements/TextUIFactory.cpp
- Timestamp:
- May 8, 2010, 8:14:04 PM (16 years ago)
- Children:
- e04838
- Parents:
- 4d2636
- File:
-
- 1 edited
-
molecuilder/src/UIElements/TextUIFactory.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/UIElements/TextUIFactory.cpp
r4d2636 r536ce2 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(menuPopulaters populaters) { 30 return new TextWindow(populaters); 31 31 } 32 32
Note:
See TracChangeset
for help on using the changeset viewer.
