Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/MethodAction.hpp

    re4afb4 r0b2ce9  
    2020{
    2121public:
    22   MethodAction(const ActionTraits &_trait,boost::function<void()> _executeMethod,bool _doRegister=true);
     22  MethodAction(std::string _name,boost::function<void()> _executeMethod,bool _doRegister=true);
    2323  virtual ~MethodAction();
    2424  virtual bool canUndo();
Note: See TracChangeset for help on using the changeset viewer.