summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2016-12-19 21:59:28 +0000
committerJabiertxof <jtx@jtx>2016-12-19 21:59:28 +0000
commit69c944a3622fe17cddb8caa4a515b7535807d1bd (patch)
treed16e6787eaee06761f79af478ab878e2b95d6e1a /src
parentUpdate to trunk (diff)
downloadinkscape-69c944a3622fe17cddb8caa4a515b7535807d1bd.tar.gz
inkscape-69c944a3622fe17cddb8caa4a515b7535807d1bd.zip
Fix minor bug
(bzr r15295.1.30)
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/lpe-mirror_symmetry.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/lpe-mirror_symmetry.cpp b/src/live_effects/lpe-mirror_symmetry.cpp
index 65177579d..f2238eab6 100644
--- a/src/live_effects/lpe-mirror_symmetry.cpp
+++ b/src/live_effects/lpe-mirror_symmetry.cpp
@@ -375,6 +375,7 @@ LPEMirrorSymmetry::doOnRemove (SPLPEItem const* /*lpeitem*/)
void
LPEMirrorSymmetry::processObjects(LpeAction lpe_action)
{
+ SPDocument * document = SP_ACTIVE_DOCUMENT;
for (std::vector<const char *>::iterator el_it = elements.begin();
el_it != elements.end(); ++el_it) {
const char * id = *el_it;