summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--avmedia/source/macavf/macavfcommon.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/avmedia/source/macavf/macavfcommon.hxx b/avmedia/source/macavf/macavfcommon.hxx
index f66f7d370d63..1f6c8c8c85bb 100644
--- a/avmedia/source/macavf/macavfcommon.hxx
+++ b/avmedia/source/macavf/macavfcommon.hxx
@@ -85,6 +85,7 @@ class MacAVObserverHandler
private:
static MacAVObserverObject* mpMacAVObserverObject;
public:
+ virtual ~MacAVObserverHandler() {}
MacAVObserverObject* getObserver( void ) const;
virtual bool handleObservation( NSString* pKeyPath ) = 0;
};