Changes in src/UIElements/UIFactory.hpp [163110:415ddd]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/UIFactory.hpp
r163110 r415ddd 56 56 * Again the type is determined upon factory creation. 57 57 */ 58 virtual Dialog* makeDialog( const std::string &_title)=0;58 virtual Dialog* makeDialog()=0; 59 59 60 60 protected:
Note:
See TracChangeset
for help on using the changeset viewer.