Changes in src/Actions/Action.cpp [e2f3114:b2d8d0]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/Action.cpp
re2f3114 rb2d8d0 34 34 { 35 35 if(_doRegister){ 36 ActionRegistry::getInstance().register Action(this);36 ActionRegistry::getInstance().registerInstance(this); 37 37 } 38 38 }
Note:
See TracChangeset
for help on using the changeset viewer.