diff options
Diffstat (limited to 'include/ingen/client')
-rw-r--r-- | include/ingen/client/ObjectModel.hpp | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/include/ingen/client/ObjectModel.hpp b/include/ingen/client/ObjectModel.hpp index 1f446bb0..50ba2805 100644 --- a/include/ingen/client/ObjectModel.hpp +++ b/include/ingen/client/ObjectModel.hpp @@ -57,9 +57,13 @@ public: const Raul::Atom& get_property(const Raul::URI& key) const; - 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::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, + Resource::Graph ctx); const Raul::Path& path() const { return _path; } const Raul::Symbol& symbol() const { return _symbol; } |