Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/ActionRegistry.hpp

    r2aad5a rb2c302  
    4848  int getLastPosition(const std::string &MenuName) const;
    4949
    50   /** Static getter for the state of the registry.
    51    *
    52    * @return true - ActionRegistry's cstor has run through, false - else
    53    */
    54   static bool getCompletely_instatiated()
    55   { return completely_instatiated; }
    56 
    5750private:
    5851  ActionRegistry();
     
    6053
    6154  void fillRegistry();
    62 
    63   //!> this tells whether ActionRegistry has been completed instantiated.
    64   static bool completely_instatiated;
    6555};
    6656
Note: See TracChangeset for help on using the changeset viewer.