diff options
Diffstat (limited to 'include/ingen/Resource.hpp')
-rw-r--r-- | include/ingen/Resource.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ingen/Resource.hpp b/include/ingen/Resource.hpp index 7a697967..a287372c 100644 --- a/include/ingen/Resource.hpp +++ b/include/ingen/Resource.hpp @@ -120,7 +120,8 @@ public: const Raul::Atom& value, Graph ctx=DEFAULT) = 0; virtual void add_property(const Raul::URI& uri, - const Raul::Atom& value) = 0; + const Raul::Atom& value, + Graph ctx=DEFAULT) = 0; virtual bool has_property(const Raul::URI& uri, const Raul::Atom& value) const = 0; }; |