Changeset 723 for code/branches/FICN/src/orxonox/core
- Timestamp:
- Dec 29, 2007, 7:42:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/core/Identifier.h
r715 r723 357 357 { 358 358 // Do a dynamic_cast, because an object of type T is much better than of type BaseObject 359 return dynamic_cast<T*>(newObject);359 return (T*)(newObject); 360 360 } 361 361 else
Note: See TracChangeset
for help on using the changeset viewer.