diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-02-13 23:20:53 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-02-18 21:18:27 +0000 |
| commit | d76372d5d6a8107a9f14fd563b7345bff7da711d (patch) | |
| tree | 9ee42b1548b1c25a36c7fa29d90e6729a9388e34 /src/ui/dialog/livepatheffect-editor.cpp | |
| parent | Improving window position (diff) | |
| download | inkscape-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.cpp | 2 |
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; } |
