summaryrefslogtreecommitdiffstats
path: root/src/extension/execution-env.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-06-25 21:18:54 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-06-25 21:18:54 +0000
commite33f40d66476a27daec0153ef764a01733935df9 (patch)
treefbfe4424afc83c1baba262565f8c44c2d6144106 /src/extension/execution-env.cpp
parentFix for bug 1777530 on master (diff)
downloadinkscape-e33f40d66476a27daec0153ef764a01733935df9.tar.gz
inkscape-e33f40d66476a27daec0153ef764a01733935df9.zip
Fix codding style
Diffstat (limited to 'src/extension/execution-env.cpp')
-rw-r--r--src/extension/execution-env.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/execution-env.cpp b/src/extension/execution-env.cpp
index c4b7472af..e71e177a5 100644
--- a/src/extension/execution-env.cpp
+++ b/src/extension/execution-env.cpp
@@ -179,7 +179,7 @@ void
ExecutionEnv::reselect () {
SPDesktop *desktop = SP_ACTIVE_DESKTOP;
if(desktop) {
- Inkscape::Selection * selection = desktop->getSelection();
+ Inkscape::Selection *selection = desktop->getSelection();
if (selection) {
selection->restoreBackup();
}
@@ -194,7 +194,7 @@ ExecutionEnv::run () {
createWorkingDialog();
}
SPDesktop *desktop = (SPDesktop *)_doc;
- Inkscape::Selection * selection = desktop->getSelection();
+ Inkscape::Selection *selection = desktop->getSelection();
selection->setBackup();
desktop->setWaitingCursor();
_effect->get_imp()->effect(_effect, _doc, _docCache);