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