- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/CommandLineUI/CommandLineDialog.cpp
rf130d4 r163110 42 42 43 43 44 CommandLineDialog::CommandLineDialog() 44 CommandLineDialog::CommandLineDialog(const std::string &_title) : 45 Dialog(_title) 45 46 { 46 47 }
Note:
See TracChangeset
for help on using the changeset viewer.