diff options
Diffstat (limited to 'ingen/Store.hpp')
-rw-r--r-- | ingen/Store.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/Store.hpp b/ingen/Store.hpp index 2f5afa1e..ded18608 100644 --- a/ingen/Store.hpp +++ b/ingen/Store.hpp @@ -43,7 +43,7 @@ public: const_iterator children_end(SharedPtr<const GraphObject> o) const; SharedPtr<GraphObject> find_child(SharedPtr<const GraphObject> parent, - const std::string& child_name) const; + const Raul::Symbol& symbol) const; unsigned child_name_offset(const Raul::Path& parent, const Raul::Symbol& symbol, |