Changeset 7549 in orxonox.OLD for branches/qt_gui/src/lib/gui/gui_saveable.cc
- Timestamp:
- May 6, 2006, 10:52:49 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/qt_gui/src/lib/gui/gui_saveable.cc
r7493 r7549 48 48 49 49 50 SaveableGroup::SaveableGroup(const std::string& groupName )50 SaveableGroup::SaveableGroup(const std::string& groupName, OrxGui::Gui* gui) 51 51 : Saveable(groupName) 52 52 { 53 53 54 } 54 55
Note: See TracChangeset
for help on using the changeset viewer.