Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/MethodAction.cpp

    r0b2ce9 re4afb4  
    2929using namespace std;
    3030
    31 MethodAction::MethodAction(string _name,boost::function<void()> _executeMethod,bool _doRegister) :
    32    Action(_name,_doRegister),
     31MethodAction::MethodAction(const ActionTraits &_trait,boost::function<void()> _executeMethod,bool _doRegister) :
     32   Action(_trait,_doRegister),
    3333executeMethod(_executeMethod)
    3434{
Note: See TracChangeset for help on using the changeset viewer.