- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/CmdAction/FastParsingAction.cpp
r047878 r680470 78 78 79 79 Action::state_ptr CommandLineFastParsingAction::performRedo(Action::state_ptr _state){ 80 performUndo(_state);80 return performUndo(_state); 81 81 } 82 82
Note:
See TracChangeset
for help on using the changeset viewer.