diff options
| author | Jabiertxof <jtx@jtx> | 2017-03-16 22:31:25 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx> | 2017-03-16 22:31:25 +0000 |
| commit | 384e39844db2153dac0e10cb74c1a3a4367f0bd8 (patch) | |
| tree | 86fdb007f6dd9a0287608613dfaae9c35854a3b1 /src/live_effects/effect.cpp | |
| parent | Remove some warnings (diff) | |
| parent | Remove some compiling warns (diff) | |
| download | inkscape-384e39844db2153dac0e10cb74c1a3a4367f0bd8.tar.gz inkscape-384e39844db2153dac0e10cb74c1a3a4367f0bd8.zip | |
Update to trunk
(bzr r13645.1.173)
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 07e431376..5ef9487ab 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -479,7 +479,7 @@ Effect::processObjects(LpeAction lpe_action) return; } SPObject *elemref = NULL; - if (elemref = document->getObjectById(id)) { + if ((elemref = document->getObjectById(id))) { Inkscape::XML::Node * elemnode = elemref->getRepr(); std::vector<SPItem*> item_list; item_list.push_back(SP_ITEM(elemref)); |
