[Libreoffice-commits] core.git: fpicker/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Tue Apr 27 09:16:08 UTC 2021
fpicker/source/win32/VistaFilePickerImpl.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2cb936a91b9d46aa4e8193a02c4917def4aa9b34
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Apr 27 08:46:01 2021 +0200
Commit: Stephan Bergmann <sbergman at 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 <sbergman at redhat.com>
Reviewed-by: Stephan Bergmann <sbergman at 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
More information about the Libreoffice-commits
mailing list