summaryrefslogtreecommitdiffstats
path: root/ingen/Resource.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Resource.hpp')
-rw-r--r--ingen/Resource.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/Resource.hpp b/ingen/Resource.hpp
index 94d92e12..0a1c5ec8 100644
--- a/ingen/Resource.hpp
+++ b/ingen/Resource.hpp
@@ -157,7 +157,7 @@ public:
* This can be used by derived classes to implement special behaviour for
* particular properties (e.g. ingen:value for ports).
*/
- virtual void on_property(const URI& uri, const Atom& value) {}
+ virtual void on_property(const URI&, const Atom&) {}
/** Hook called whenever a property value is removed.
*
@@ -166,7 +166,7 @@ public:
* This can be used by derived classes to implement special behaviour for
* particular properties (e.g. ingen:value for ports).
*/
- virtual void on_property_removed(const URI& uri, const Atom& value) {}
+ virtual void on_property_removed(const URI&, const Atom&) {}
/** Get the ingen type from a set of Properties.
*