Changeset 10464 for code/branches/core7/src/orxonox/chat/ChatHistory.cc
- Timestamp:
- May 25, 2015, 12:13:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/orxonox/chat/ChatHistory.cc
r10459 r10464 34 34 { 35 35 /* singleton */ 36 ManageScopedSingleton( ChatHistory, ScopeID::R oot, false );36 ManageScopedSingleton( ChatHistory, ScopeID::ROOT, false ); 37 37 38 38 RegisterAbstractClass(ChatHistory).inheritsFrom<ChatListener>();
Note: See TracChangeset
for help on using the changeset viewer.