fpicker/source/win32/VistaFilePickerImpl.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2cb936a91b9d46aa4e8193a02c4917def4aa9b34
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Tue Apr 27 08:46:01 2021 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Tue Apr 27 11:15:25 2021 +0200

    -Werror,-Wnon-virtual-dtor (clang-cl)
    
    (1c1226709c6be39c5462f5e6e1262ca630b30b34 "tdf#106282 Change Windows File 
Dialog
    to run on the main thread" had changed it to non-virtual, but for no 
apparent
    reason)
    
    Change-Id: I12dc3a46c5d9aad5e43471b97c9ab45ff9f309ee
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114693
    Tested-by: Stephan Bergmann <sberg...@redhat.com>
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/fpicker/source/win32/VistaFilePickerImpl.hxx 
b/fpicker/source/win32/VistaFilePickerImpl.hxx
index d0eb8e112efa..78941886e235 100644
--- a/fpicker/source/win32/VistaFilePickerImpl.hxx
+++ b/fpicker/source/win32/VistaFilePickerImpl.hxx
@@ -127,7 +127,7 @@ class VistaFilePickerImpl : public  
IVistaFilePickerInternalNotify
         // ctor/dtor - nothing special
 
                  VistaFilePickerImpl();
-        ~VistaFilePickerImpl();
+        virtual ~VistaFilePickerImpl();
 
 
         // RequestHandler
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to