summaryrefslogtreecommitdiffstats
path: root/include/ingen/client/ObjectModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/client/ObjectModel.hpp')
-rw-r--r--include/ingen/client/ObjectModel.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ingen/client/ObjectModel.hpp b/include/ingen/client/ObjectModel.hpp
index d3959f4f..1f446bb0 100644
--- a/include/ingen/client/ObjectModel.hpp
+++ b/include/ingen/client/ObjectModel.hpp
@@ -57,8 +57,8 @@ public:
const Raul::Atom& get_property(const Raul::URI& key) const;
- Raul::Atom& set_property(const Raul::URI& key, const Raul::Atom& value,
- Resource::Graph ctx);
+ const Raul::Atom& set_property(const Raul::URI& key, const Raul::Atom& value,
+ Resource::Graph ctx);
void add_property(const Raul::URI& key, const Raul::Atom& value);
const Raul::Path& path() const { return _path; }