diff options
Diffstat (limited to 'src/input/Udp.h')
-rw-r--r-- | src/input/Udp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/Udp.h b/src/input/Udp.h index d74e92f..58e0dfd 100644 --- a/src/input/Udp.h +++ b/src/input/Udp.h @@ -43,7 +43,7 @@ class Udp : public InputBase { virtual void open(const std::string& name); virtual int readFrame(uint8_t* buffer, size_t size); virtual int setBitrate(int bitrate); - virtual int close(); + virtual void close(); protected: Socket::UDPSocket m_sock; |