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 4856ff4e..77af3d66 100644 --- a/ingen/Store.hpp +++ b/ingen/Store.hpp @@ -68,7 +68,7 @@ public: unsigned child_name_offset(const Raul::Path& parent, const Raul::Symbol& symbol, - bool allow_zero=true); + bool allow_zero=true) const; std::mutex& mutex() { return _mutex; } |