summaryrefslogtreecommitdiffstats
path: root/src/osc/OSCClientSender.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/osc/OSCClientSender.hpp')
-rw-r--r--src/osc/OSCClientSender.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/osc/OSCClientSender.hpp b/src/osc/OSCClientSender.hpp
index c391e54a..67e76fee 100644
--- a/src/osc/OSCClientSender.hpp
+++ b/src/osc/OSCClientSender.hpp
@@ -66,8 +66,7 @@ public:
/* *** ClientInterface Implementation Below *** */
- void response_ok(int32_t id);
- void response_error(int32_t id, const std::string& msg);
+ void response(int32_t id, Status status);
void error(const std::string& msg);