Changeset abd4a1 for molecuilder/src/Actions/MakroAction.cpp
- Timestamp:
- Apr 8, 2010, 2:00:11 PM (16 years ago)
- Children:
- 91b18cd
- Parents:
- 770138
- File:
-
- 1 edited
-
molecuilder/src/Actions/MakroAction.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/MakroAction.cpp
r770138 rabd4a1 44 44 45 45 Action::state_ptr MakroAction::performCall(){ 46 ActionSequence::stateSet states = actions->callAll( );46 ActionSequence::stateSet states = actions->callAll(true); 47 47 return Action::state_ptr(new MakroActionState(states)); 48 48 }
Note:
See TracChangeset
for help on using the changeset viewer.
