Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 1, 2008, 11:00:46 AM (16 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/AddQuestHint.h

    r2076 r2081  
    5959            inline const std::string & getHintId(void) const
    6060                { return this->hintId_; }
    61             inline void setHintId(const std::string & id)
    62                 { this->hintId_ = id; }
     61            void setHintId(const std::string & id);
    6362   
    6463    };
Note: See TracChangeset for help on using the changeset viewer.