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
This commit is contained in:
parent
43ea04236b
commit
dc15ba0ed1
@ -59,7 +59,7 @@ class VCMQmMethod
|
||||
{
|
||||
public:
|
||||
VCMQmMethod();
|
||||
~VCMQmMethod();
|
||||
virtual ~VCMQmMethod();
|
||||
|
||||
// Reset values
|
||||
void ResetQM();
|
||||
|
Loading…
x
Reference in New Issue
Block a user