Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/TextUIFactory.cpp

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