diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-10-06 22:58:16 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-10-06 22:58:16 +0200 |
commit | 7ba99c5b0a987de5a30d8bdcb3a2a6a8757527ff (patch) | |
tree | d825adf38053682b971d8d46f6da09b560b8fd05 /avmedia | |
parent | 445336074c2441a59377b313fc6da2396554abed (diff) |
-Werror,-Wnon-virtual-dtor
Change-Id: I8fa5c345760185baf1f0fa83c94898b2a5a86719
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/macavf/macavfcommon.hxx | 1 |
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; }; |