summaryrefslogtreecommitdiffstats
path: root/ingen/Interface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Interface.hpp')
-rw-r--r--ingen/Interface.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/Interface.hpp b/ingen/Interface.hpp
index 2af4eb76..3137a679 100644
--- a/ingen/Interface.hpp
+++ b/ingen/Interface.hpp
@@ -57,7 +57,7 @@ public:
virtual SPtr<Interface> respondee() const { return SPtr<Interface>(); }
- virtual void set_respondee(SPtr<Interface> respondee) {}
+ virtual void set_respondee(SPtr<Interface>) {}
virtual void message(const Message& msg) = 0;