Changeset 2910 for code/trunk/src/orxonox/objects/quest/QuestHint.cc
- Timestamp:
- Apr 8, 2009, 1:36:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/quest/QuestHint.cc
r2909 r2910 28 28 29 29 /** 30 @file QuestHint.cc30 @file 31 31 @brief Implementation of the QuestHint class. 32 32 */ … … 73 73 SUPER(QuestHint, XMLPort, xmlelement, mode); 74 74 75 QuestManager:: getInstance().registerHint(this); //!< Registers the QuestHint with the QuestManager.75 QuestManager::registerHint(this); //!< Registers the QuestHint with the QuestManager. 76 76 77 77 COUT(3) << "New QuestHint {" << this->getId() << "} created." << std::endl;
Note: See TracChangeset
for help on using the changeset viewer.