diff options
Diffstat (limited to 'remoting/base/decoder_verbatim.h')
-rw-r--r-- | remoting/base/decoder_verbatim.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/base/decoder_verbatim.h b/remoting/base/decoder_verbatim.h index 67b6cfa..c924a09 100644 --- a/remoting/base/decoder_verbatim.h +++ b/remoting/base/decoder_verbatim.h @@ -12,6 +12,7 @@ namespace remoting { class DecoderVerbatim : public Decoder { public: DecoderVerbatim(); + virtual ~DecoderVerbatim(); // Decoder implementations. virtual bool BeginDecode(scoped_refptr<media::VideoFrame> frame, |