- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/TextUI/TextUIFactory.cpp
r163110 r94d5ac6 46 46 47 47 48 Dialog* TextUIFactory::makeDialog( const std::string &_title) {49 return new TextDialog( _title);48 Dialog* TextUIFactory::makeDialog() { 49 return new TextDialog(); 50 50 } 51 51
Note:
See TracChangeset
for help on using the changeset viewer.