summaryrefslogtreecommitdiffstats
path: root/remoting/base/protocol_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/base/protocol_decoder.h')
-rw-r--r--remoting/base/protocol_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/base/protocol_decoder.h b/remoting/base/protocol_decoder.h
index 392d9b3..fed196f 100644
--- a/remoting/base/protocol_decoder.h
+++ b/remoting/base/protocol_decoder.h
@@ -25,7 +25,7 @@ class ProtocolDecoder {
public:
ProtocolDecoder();
- virtual ~ProtocolDecoder() {}
+ virtual ~ProtocolDecoder();
// Parse data received from network into ClientMessages. Ownership of |data|
// is passed to this object and output is written to |messages|.