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