Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/TextUIFactory.cpp

    r12b845 rd893f79  
    2727}
    2828
    29 MainWindow* TextUIFactory::makeMainWindow(menuPopulaters populaters,MoleculeListClass *molecules, config *configuration, periodentafel *periode, char *ConfigFileName) {
    30   return new TextWindow(populaters,molecules,configuration,periode,ConfigFileName);
     29MainWindow* TextUIFactory::makeMainWindow() {
     30  return new TextWindow();
    3131}
    3232
Note: See TracChangeset for help on using the changeset viewer.