Changes in src/Actions/MethodAction.hpp [e4afb4:0b2ce9]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MethodAction.hpp
re4afb4 r0b2ce9 20 20 { 21 21 public: 22 MethodAction( const ActionTraits &_trait,boost::function<void()> _executeMethod,bool _doRegister=true);22 MethodAction(std::string _name,boost::function<void()> _executeMethod,bool _doRegister=true); 23 23 virtual ~MethodAction(); 24 24 virtual bool canUndo();
Note:
See TracChangeset
for help on using the changeset viewer.