summaryrefslogtreecommitdiffstats
path: root/ingen/Interface.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-09-23 22:05:51 +0200
committerDavid Robillard <d@drobilla.net>2018-09-23 22:05:51 +0200
commit407099d7a30d01799824c7d4f341e0095e752919 (patch)
treedfbfd05e00ebf98c625fb00c7bc2075077273221 /ingen/Interface.hpp
parente0e437c0fd970103685db2f1d0c83a9c461ad87f (diff)
downloadingen-407099d7a30d01799824c7d4f341e0095e752919.tar.gz
ingen-407099d7a30d01799824c7d4f341e0095e752919.tar.bz2
ingen-407099d7a30d01799824c7d4f341e0095e752919.zip
WIP: Fix unused parameter warningsfix-unused-parameter-warnings
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;