Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/Action.cpp

    rcc04b7 re73a8a2  
    1717{
    1818  if(_doRegister){
    19     ActionRegistry::getRegistry()->registerAction(this);
     19    ActionRegistry::getInstance().registerAction(this);
    2020  }
    2121}
Note: See TracChangeset for help on using the changeset viewer.