diff options
| author | Jabiertxo Arraiza Cenoz <jtx@jtx.markerlab.es> | 2018-04-24 11:44:06 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Cenoz <jtx@jtx.markerlab.es> | 2018-04-24 21:00:35 +0000 |
| commit | 7e0544656e1df9a56633d6b49ba2514740eb8f62 (patch) | |
| tree | 5828c2af64fed3bb6b45ddb5321ed323c5a394c7 /src | |
| parent | Add translating fixes (diff) | |
| download | inkscape-7e0544656e1df9a56633d6b49ba2514740eb8f62.tar.gz inkscape-7e0544656e1df9a56633d6b49ba2514740eb8f62.zip | |
Forcing Win CI
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-clone-original.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/lpe-clone-original.cpp b/src/live_effects/lpe-clone-original.cpp index 77d93d5a3..74bcf7d35 100644 --- a/src/live_effects/lpe-clone-original.cpp +++ b/src/live_effects/lpe-clone-original.cpp @@ -100,6 +100,7 @@ LPECloneOriginal::cloneAttrbutes(SPObject *origin, SPObject *dest, const gchar * } } } + SPClipPath *clippath_origin = SP_ITEM(origin)->clip_ref->getObject(); SPClipPath *clippath_dest = SP_ITEM(dest)->clip_ref->getObject(); if(clippath_origin && clippath_dest) { |
