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