diff options
Diffstat (limited to 'Servers/AudioServer/ASClientConnection.h')
-rw-r--r-- | Servers/AudioServer/ASClientConnection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Servers/AudioServer/ASClientConnection.h b/Servers/AudioServer/ASClientConnection.h index 854c04cbef..5065994481 100644 --- a/Servers/AudioServer/ASClientConnection.h +++ b/Servers/AudioServer/ASClientConnection.h @@ -11,7 +11,7 @@ public: explicit ASClientConnection(int fd, int client_id, ASMixer& mixer); ~ASClientConnection() override; void send_greeting() override; - bool handle_message(const ASAPI_ClientMessage&, const ByteBuffer& = {}) override; + bool handle_message(const ASAPI_ClientMessage&, const ByteBuffer&& = {}) override; const char* class_name() const override { return "ASClientConnection"; } private: |