Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 1, 2008, 11:00:46 AM (17 years ago)
Author:
dafrick
Message:

Ready for merge! (It won't compile after the merge, though ;) )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/questsystem/src/orxonox/objects/QuestItem.h

    r2076 r2081  
    6464           
    6565        protected:
    66             inline void setId(const std::string & id)
    67                 { id_ = id; }
     66            void setId(const std::string & id);
    6867            inline void setDescription(QuestDescription* description)
    6968                { this->description_ = description; }
Note: See TracChangeset for help on using the changeset viewer.