summaryrefslogtreecommitdiffstats
path: root/src/bindings
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindings')
-rw-r--r--src/bindings/Client.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bindings/Client.hpp b/src/bindings/Client.hpp
index 690d2214..d23166e9 100644
--- a/src/bindings/Client.hpp
+++ b/src/bindings/Client.hpp
@@ -27,4 +27,5 @@ public:
void set_port_value(const Raul::Path& port_path, const Raul::Atom& value) {}
void set_voice_value(const Raul::Path& port_path, uint32_t voice, const Raul::Atom& value) {}
void activity(const Raul::Path& port_path) {}
+ void binding(const Raul::Path& path, const MessageType& type) {}
};