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 f8dd84ff..248c71ec 100644
--- a/src/bindings/Client.hpp
+++ b/src/bindings/Client.hpp
@@ -31,7 +31,7 @@ public:
void bundle_begin() {}
void bundle_end() {}
- void response(int32_t id, Status status) {}
+ void response(int32_t id, Status status, const std::string& subject) {}
void error(const std::string& msg) {}
void put(const Raul::URI& path, const Ingen::Resource::Properties& properties) {}
void connect(const Raul::Path& src_port_path, const Raul::Path& dst_port_path) {}