diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-02-18 18:16:22 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-02-18 21:18:28 +0000 |
| commit | 212bed15e375396b2ceb7a19841af6c6c67d8a58 (patch) | |
| tree | dff6b9c12649efcb64821324ab7765f9d66764a7 /src/ui/dialog/livepatheffect-editor.cpp | |
| parent | Fix compiling issues (diff) | |
| download | inkscape-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.cpp | 3 |
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; } |
