diff options
Diffstat (limited to 'src/input/Zmq.h')
-rw-r--r-- | src/input/Zmq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/Zmq.h b/src/input/Zmq.h index eb67fe5..bf2d5ae 100644 --- a/src/input/Zmq.h +++ b/src/input/Zmq.h @@ -180,7 +180,7 @@ class ZmqBase : public InputBase, public RemoteControllable { INVALIDATE_KEY(m_curve_encoder_key); } - virtual int open(const std::string& inputUri); + virtual void open(const std::string& inputUri); virtual int readFrame(uint8_t* buffer, size_t size); virtual int setBitrate(int bitrate); virtual int close(); |