summaryrefslogtreecommitdiffstats
path: root/src/bindings/Client.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindings/Client.hpp')
-rw-r--r--src/bindings/Client.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/Client.hpp b/src/bindings/Client.hpp
index 988b941c..703b4199 100644
--- a/src/bindings/Client.hpp
+++ b/src/bindings/Client.hpp
@@ -7,7 +7,7 @@ class Client : public Ingen::ClientInterface
{
public:
/** Wrapper for engine->register_client to appease SWIG */
- virtual void subscribe(Ingen::yEngineInterface* engine) {
+ virtual void subscribe(Ingen::yServerInterface* engine) {
engine->register_client(this);
}