Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7549 in orxonox.OLD for branches/qt_gui/src/lib/gui/gui_saveable.cc


Ignore:
Timestamp:
May 6, 2006, 10:52:49 AM (19 years ago)
Author:
bensch
Message:

Saveable integration. Step 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/lib/gui/gui_saveable.cc

    r7493 r7549  
    4848
    4949
    50   SaveableGroup::SaveableGroup(const std::string& groupName)
     50  SaveableGroup::SaveableGroup(const std::string& groupName, OrxGui::Gui* gui)
    5151      : Saveable(groupName)
    5252  {
     53
    5354  }
    5455
Note: See TracChangeset for help on using the changeset viewer.