Changeset 3239 for code/branches/core4/src/core/Iterator.h
- Timestamp:
- Jun 28, 2009, 2:45:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core4/src/core/Iterator.h
r3223 r3239 240 240 { 241 241 if (this->element_) 242 return orxonox_cast<T >(this->element_->objectBase_);242 return orxonox_cast<T*>(this->element_->objectBase_); 243 243 else 244 244 return 0; … … 252 252 { 253 253 if (this->element_) 254 return orxonox_cast<T >(this->element_->objectBase_);254 return orxonox_cast<T*>(this->element_->objectBase_); 255 255 else 256 256 return 0;
Note: See TracChangeset
for help on using the changeset viewer.