- Timestamp:
- Nov 23, 2015, 10:20:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/orxonox/collisionshapes/CompoundCollisionShape.h
r10817 r10845 74 74 private: 75 75 void updatePublicShape(); 76 inline virtualbtCollisionShape* createNewShape() const override76 virtual inline btCollisionShape* createNewShape() const override 77 77 { assert(false); return nullptr; } 78 78
Note: See TracChangeset
for help on using the changeset viewer.