diff options
Diffstat (limited to 'src/input/Zmq.cpp')
-rw-r--r-- | src/input/Zmq.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/input/Zmq.cpp b/src/input/Zmq.cpp index ec5f9b9..c5cc1b2 100644 --- a/src/input/Zmq.cpp +++ b/src/input/Zmq.cpp @@ -231,10 +231,9 @@ void ZmqBase::open(const std::string& inputUri) m_stats.registerAtServer(); } -int ZmqBase::close() +void ZmqBase::close() { m_zmq_sock.close(); - return 0; } int ZmqBase::setBitrate(int bitrate) |