Changeset 9629 for code/branches/core6/src/orxonox/infos/Info.cc
- Timestamp:
- Aug 9, 2013, 9:26:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/orxonox/infos/Info.cc
r5781 r9629 32 32 namespace orxonox 33 33 { 34 Info::Info( BaseObject* creator) : BaseObject(creator), Synchronisable(creator)34 Info::Info(Context* context) : BaseObject(context), Synchronisable(context) 35 35 { 36 36 RegisterObject(Info);
Note: See TracChangeset
for help on using the changeset viewer.