summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/livepatheffect-editor.cpp
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-02-13 23:20:53 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-02-18 21:18:27 +0000
commitd76372d5d6a8107a9f14fd563b7345bff7da711d (patch)
tree9ee42b1548b1c25a36c7fa29d90e6729a9388e34 /src/ui/dialog/livepatheffect-editor.cpp
parentImproving window position (diff)
downloadinkscape-d76372d5d6a8107a9f14fd563b7345bff7da711d.tar.gz
inkscape-d76372d5d6a8107a9f14fd563b7345bff7da711d.zip
Add apply function
Diffstat (limited to 'src/ui/dialog/livepatheffect-editor.cpp')
-rw-r--r--src/ui/dialog/livepatheffect-editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/livepatheffect-editor.cpp b/src/ui/dialog/livepatheffect-editor.cpp
index 60542a9d8..d5568f8e9 100644
--- a/src/ui/dialog/livepatheffect-editor.cpp
+++ b/src/ui/dialog/livepatheffect-editor.cpp
@@ -432,7 +432,7 @@ LivePathEffectEditor::onAdd()
SPDocument *doc = current_desktop->doc();
- const Util::EnumData<LivePathEffect::EffectType>* data = LivePathEffectAdd::getActiveData();
+ const LivePathEffect::EnumEffectData<LivePathEffect::EffectType>* data = LivePathEffectAdd::getActiveData();
if (!data) {
return;
}