summaryrefslogtreecommitdiffstats
path: root/src/document-subset.cpp
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2012-10-04 08:06:18 +0000
committer~suv <suv-sf@users.sourceforge.net>2012-10-04 08:06:18 +0000
commitfec1be463b3950772422da45fe4655de40c864e7 (patch)
tree2eeef78cb15a7fba9453cfc9c12067c0331818d5 /src/document-subset.cpp
parentupdate based on patch 'changes_2012_09_27b.patch' (diff)
parentextensions. Extrude. allow selection of multiple objects (Bug 1055155) (diff)
downloadinkscape-fec1be463b3950772422da45fe4655de40c864e7.tar.gz
inkscape-fec1be463b3950772422da45fe4655de40c864e7.zip
merge from trunk (r11734)
(bzr r11668.1.22)
Diffstat (limited to 'src/document-subset.cpp')
-rw-r--r--src/document-subset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document-subset.cpp b/src/document-subset.cpp
index 365be64ef..7fad73d9e 100644
--- a/src/document-subset.cpp
+++ b/src/document-subset.cpp
@@ -99,7 +99,7 @@ struct DocumentSubset::Relations : public GC::Managed<GC::ATOMIC>,
Siblings new_children;
bool found_one=false;
for ( Siblings::iterator iter=children.begin()
- ; iter != children.end() ; iter++ )
+ ; iter != children.end() ; ++iter )
{
if (obj->isAncestorOf(*iter)) {
if (!found_one) {