Changeset 7632 in orxonox.OLD for branches/qt_gui/src/lib/gui/gui_saveable.cc
- Timestamp:
- May 17, 2006, 9:23:45 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/qt_gui/src/lib/gui/gui_saveable.cc
r7630 r7632 26 26 * standard constructor 27 27 */ 28 Saveable::Saveable (const std::string& optionName, SaveableGroup* group )28 Saveable::Saveable (const std::string& optionName, SaveableGroup* group, const MultiType& defaultValue) 29 29 : BaseObject(optionName) 30 30 { 31 31 this->bSaveable = false; 32 this->_defaultValue = defaultValue; 32 33 33 34 assert(group != NULL);
Note: See TracChangeset
for help on using the changeset viewer.