summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/rtp_reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/protocol/rtp_reader.h')
-rw-r--r--remoting/protocol/rtp_reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/rtp_reader.h b/remoting/protocol/rtp_reader.h
index c2097b9..d932d48 100644
--- a/remoting/protocol/rtp_reader.h
+++ b/remoting/protocol/rtp_reader.h
@@ -48,7 +48,7 @@ class RtpPacket {
class RtpReader : public SocketReaderBase {
public:
RtpReader();
- ~RtpReader();
+ virtual ~RtpReader();
// The OnMessageCallback is called whenever a new message is received.
// Ownership of the message is passed the callback.