From dc15ba0ed15cb92c9f47daf0829490a36f2101f6 Mon Sep 17 00:00:00 2001 From: "leozwang@google.com" Date: Thu, 14 Jul 2011 18:28:02 +0000 Subject: [PATCH] Make destructor virtual Review URL: http://webrtc-codereview.appspot.com/67003 git-svn-id: http://webrtc.googlecode.com/svn/trunk@209 4adac7df-926f-26a2-2b94-8c16560cd09d --- src/modules/video_coding/main/source/qm_select.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/video_coding/main/source/qm_select.h b/src/modules/video_coding/main/source/qm_select.h index c5bf3ba296..3fb9040361 100644 --- a/src/modules/video_coding/main/source/qm_select.h +++ b/src/modules/video_coding/main/source/qm_select.h @@ -59,7 +59,7 @@ class VCMQmMethod { public: VCMQmMethod(); - ~VCMQmMethod(); + virtual ~VCMQmMethod(); // Reset values void ResetQM();