summaryrefslogtreecommitdiffstats
path: root/src/Store.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Store.cpp')
-rw-r--r--src/Store.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Store.cpp b/src/Store.cpp
index 5d729a02..2373e871 100644
--- a/src/Store.cpp
+++ b/src/Store.cpp
@@ -77,7 +77,7 @@ Store::find_descendants_end(const const_iterator parent) const
}
Store::const_range
-Store::children_range(SPtr<const Node> o) const
+Store::children_range(const SPtr<const Node>& o) const
{
const const_iterator parent = find(o->path());
if (parent != end()) {