Changeset 2506 for code/branches/presentation/src/orxonox/tools
- Timestamp:
- Dec 17, 2008, 6:18:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/tools/Timer.h
r2485 r2506 160 160 this->bLoop_ = bLoop; 161 161 executor->setObject(object); 162 this->executor_ = (Executor*)executor;162 this->executor_ = static_cast<Executor*>(executor); 163 163 this->bActive_ = true; 164 164 … … 198 198 this->setInterval(interval); 199 199 this->bLoop_ = bLoop; 200 this->executor_ = (Executor*)executor;200 this->executor_ = static_cast<Executor*>(executor); 201 201 this->bActive_ = true; 202 202
Note: See TracChangeset
for help on using the changeset viewer.