- Timestamp:
- Jun 13, 2009, 5:05:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/orxonox/overlays/notifications/NotificationOverlay.h
r3144 r3158 28 28 29 29 /** 30 @file NotificationOverlay.h30 @file 31 31 @brief Definition of the NotificationOverlay class. 32 32 */ … … 68 68 69 69 protected: 70 conststd::string clipMessage(const std::string & message); //!< Clips the input message if too long.70 std::string clipMessage(const std::string & message); //!< Clips the input message if too long. 71 71 72 72 private:
Note: See TracChangeset
for help on using the changeset viewer.