fpicker/source/win32/VistaFilePickerImpl.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 351b2382465087d18a3ad44509c2a3a66ca08aa6
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Mon Mar 8 17:24:59 2021 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Tue Mar 9 09:29:48 2021 +0100

    -Werror,-Wnon-virtual-dtor (clang-cl)
    
    Change-Id: I1f02e154e090ad89ca2e664467d7514f1cbdcb2c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112174
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/fpicker/source/win32/VistaFilePickerImpl.cxx 
b/fpicker/source/win32/VistaFilePickerImpl.cxx
index dbbe72e18ee4..29eb33409e80 100644
--- a/fpicker/source/win32/VistaFilePickerImpl.cxx
+++ b/fpicker/source/win32/VistaFilePickerImpl.cxx
@@ -106,6 +106,8 @@ public:
     {
     }
 
+    virtual ~TDialogImplBase() = default;
+
     TFileDialog getComPtr() { return m_iDialog; }
     virtual sal::systools::COMReference<IShellItemArray> getResult(bool 
bInExecute)
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to