- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/CommandLineUI/CommandLineUIFactory.cpp
r94d5ac6 r163110 52 52 53 53 54 Dialog* CommandLineUIFactory::makeDialog( ) {55 return new CommandLineDialog( );54 Dialog* CommandLineUIFactory::makeDialog(const std::string &_title) { 55 return new CommandLineDialog(_title); 56 56 } 57 57
Note:
See TracChangeset
for help on using the changeset viewer.