Changeset 10362 for code/branches/core7/src/modules/pickup
- Timestamp:
- Apr 12, 2015, 11:07:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/modules/pickup/CollectiblePickup.cc
r9667 r10362 40 40 namespace orxonox 41 41 { 42 RegisterAbstractClass(CollectiblePickup).inheritsFrom (Class(Pickupable));42 RegisterAbstractClass(CollectiblePickup).inheritsFrom<Pickupable>(); 43 43 44 44 /**
Note: See TracChangeset
for help on using the changeset viewer.