Changes in src/Actions/ActionRegistry.cpp [97ebf8:fa56f0]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/Actions/ActionRegistry.cpp ¶
r97ebf8 rfa56f0 43 43 } 44 44 45 void ActionRegistry::unregisterAction(Action* action){46 actionMap.erase(action->getName());47 }48 49 45 std::map<const std::string,Action*>::iterator ActionRegistry::getBeginIter() 50 46 {
Note:
See TracChangeset
for help on using the changeset viewer.