summaryrefslogtreecommitdiffstats
path: root/contrib/Socket.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2020-04-21 15:39:26 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2020-04-21 15:39:26 +0200
commit8c478b0fd3988c1967bb1040fd97d5b4ac9a4ff4 (patch)
tree4ad5a0ea151f2117845eda1acf6c820076014ef9 /contrib/Socket.h
parentb1438d4fa31aa9e967f1f7e2d48f55ca371151d1 (diff)
downloadODR-AudioEnc-8c478b0fd3988c1967bb1040fd97d5b4ac9a4ff4.tar.gz
ODR-AudioEnc-8c478b0fd3988c1967bb1040fd97d5b4ac9a4ff4.tar.bz2
ODR-AudioEnc-8c478b0fd3988c1967bb1040fd97d5b4ac9a4ff4.zip
Fix multi output when combining EDI and ZMQ
Diffstat (limited to 'contrib/Socket.h')
-rw-r--r--contrib/Socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Socket.h b/contrib/Socket.h
index b342d8b..84def40 100644
--- a/contrib/Socket.h
+++ b/contrib/Socket.h
@@ -300,7 +300,7 @@ class TCPSendClient {
/* Throws a runtime_error on error
*/
- void sendall(std::vector<uint8_t>&& buffer);
+ void sendall(const std::vector<uint8_t>& buffer);
private:
void process();