Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/ActionRegistry.hpp

    r97ebf8 re73a8a2  
    2222  Action* getActionByName(const std::string);
    2323  void registerAction(Action*);
    24   void unregisterAction(Action*);
    25 
    26   std::map<const std::string,Action*>::iterator getBeginIter();
    27   std::map<const std::string,Action*>::iterator getEndIter();
    2824
    2925private:
Note: See TracChangeset for help on using the changeset viewer.