summaryrefslogtreecommitdiffstats
path: root/ingen/Store.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Store.hpp')
-rw-r--r--ingen/Store.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/Store.hpp b/ingen/Store.hpp
index 3c92dcc4..1aa90936 100644
--- a/ingen/Store.hpp
+++ b/ingen/Store.hpp
@@ -54,7 +54,7 @@ public:
iterator find_descendants_end(Store::iterator parent);
const_iterator find_descendants_end(Store::const_iterator parent) const;
- const_range children_range(SPtr<const Node> o) const;
+ const_range children_range(const SPtr<const Node>& o) const;
/** Remove the object at `top` and all its children from the store.
*