Changeset 5829 for code/branches/core5/src/libraries/core/BaseObject.h
- Timestamp:
- Sep 28, 2009, 9:31:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/libraries/core/BaseObject.h
r5806 r5829 40 40 if (this->getMainStateName() == statename) \ 41 41 { \ 42 this->functorSetMainState_ = createFunctor(&classname::setfunction )->setObject(this); \43 this->functorGetMainState_ = createFunctor(&classname::getfunction )->setObject(this); \42 this->functorSetMainState_ = createFunctor(&classname::setfunction, this); \ 43 this->functorGetMainState_ = createFunctor(&classname::getfunction, this); \ 44 44 } 45 45
Note: See TracChangeset
for help on using the changeset viewer.