avmedia/source/macavf/macavfcommon.hxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 7ba99c5b0a987de5a30d8bdcb3a2a6a8757527ff Author: Stephan Bergmann <[email protected]> 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; }; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
