Ignore:
Timestamp:
Mar 25, 2010, 10:06:49 AM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
8d9984
Parents:
0012e6
Message:

Switched type of pointer used for ActionStates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Actions/ErrorAction.hpp

    r0012e6 r521e29  
    2323private:
    2424
    25   virtual ActionState* performCall();
    26   virtual ActionState* performUndo(ActionState*);
    27   virtual ActionState* performRedo(ActionState*);
     25  virtual Action::state_ptr performCall();
     26  virtual Action::state_ptr performUndo(Action::state_ptr);
     27  virtual Action::state_ptr performRedo(Action::state_ptr);
    2828
    2929  std::string errorMsg;
Note: See TracChangeset for help on using the changeset viewer.