summaryrefslogtreecommitdiffstats
path: root/src/uri-references.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uri-references.cpp')
-rw-r--r--src/uri-references.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uri-references.cpp b/src/uri-references.cpp
index 23802ae65..6ef933982 100644
--- a/src/uri-references.cpp
+++ b/src/uri-references.cpp
@@ -76,7 +76,7 @@ bool URIReference::_acceptObject(SPObject *obj) const
std::vector<int> positions;
while (owner->cloned) {
int position = 0;
- for (auto &child: owner->parent->_children) {
+ for (auto &child: owner->parent->children) {
if(&child == owner) {
break;
}