summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/livepatheffect-editor.cpp
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-02-18 18:16:22 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-02-18 21:18:28 +0000
commit212bed15e375396b2ceb7a19841af6c6c67d8a58 (patch)
treedff6b9c12649efcb64821324ab7765f9d66764a7 /src/ui/dialog/livepatheffect-editor.cpp
parentFix compiling issues (diff)
downloadinkscape-212bed15e375396b2ceb7a19841af6c6c67d8a58.tar.gz
inkscape-212bed15e375396b2ceb7a19841af6c6c67d8a58.zip
Update issues on CI
Diffstat (limited to 'src/ui/dialog/livepatheffect-editor.cpp')
-rw-r--r--src/ui/dialog/livepatheffect-editor.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/dialog/livepatheffect-editor.cpp b/src/ui/dialog/livepatheffect-editor.cpp
index d5568f8e9..13d4f3dc4 100644
--- a/src/ui/dialog/livepatheffect-editor.cpp
+++ b/src/ui/dialog/livepatheffect-editor.cpp
@@ -432,7 +432,8 @@ LivePathEffectEditor::onAdd()
SPDocument *doc = current_desktop->doc();
- const LivePathEffect::EnumEffectData<LivePathEffect::EffectType>* data = LivePathEffectAdd::getActiveData();
+ const LivePathEffect::EnumEffectData<LivePathEffect::EffectType> *data =
+ LivePathEffectAdd::getActiveData();
if (!data) {
return;
}