- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/WorldAction/SetGaussianBasisAction.cpp
r680470 r952f38 11 11 #include "Actions/ActionRegistry.hpp" 12 12 #include "config.hpp" 13 #include " log.hpp"14 #include " verbose.hpp"13 #include "Helpers/Log.hpp" 14 #include "Helpers/Verbose.hpp" 15 15 #include "World.hpp" 16 16 … … 22 22 #include "UIElements/UIFactory.hpp" 23 23 #include "UIElements/Dialog.hpp" 24 #include " UIElements/ValueStorage.hpp"24 #include "Actions/ValueStorage.hpp" 25 25 26 26 … … 79 79 80 80 Action::state_ptr WorldSetGaussianBasisAction::performRedo(Action::state_ptr _state){ 81 returnperformUndo(_state);81 performUndo(_state); 82 82 } 83 83
Note:
See TracChangeset
for help on using the changeset viewer.