diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-06-25 21:18:54 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-06-25 21:18:54 +0000 |
| commit | e33f40d66476a27daec0153ef764a01733935df9 (patch) | |
| tree | fbfe4424afc83c1baba262565f8c44c2d6144106 /src | |
| parent | Fix for bug 1777530 on master (diff) | |
| download | inkscape-e33f40d66476a27daec0153ef764a01733935df9.tar.gz inkscape-e33f40d66476a27daec0153ef764a01733935df9.zip | |
Fix codding style
Diffstat (limited to 'src')
| -rw-r--r-- | src/extension/execution-env.cpp | 4 |
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); |
