[Libreoffice-commits] core.git: avmedia/source
Stephan Bergmann
sbergman at redhat.com
Mon Oct 6 13:58:42 PDT 2014
avmedia/source/macavf/macavfcommon.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 7ba99c5b0a987de5a30d8bdcb3a2a6a8757527ff
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Oct 6 22:58:16 2014 +0200
-Werror,-Wnon-virtual-dtor
Change-Id: I8fa5c345760185baf1f0fa83c94898b2a5a86719
diff --git a/avmedia/source/macavf/macavfcommon.hxx b/avmedia/source/macavf/macavfcommon.hxx
index f66f7d3..1f6c8c8 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;
};
More information about the Libreoffice-commits
mailing list