diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-04-27 08:46:01 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-04-27 11:15:25 +0200 |
commit | 2cb936a91b9d46aa4e8193a02c4917def4aa9b34 (patch) | |
tree | e21492a05de0c89cbd0b2ecb2d95cc5d367a7c23 /fpicker | |
parent | 6fc4d07b26869bdaf7b768e4548f1a15941fdbba (diff) |
-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@redhat.com>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/VistaFilePickerImpl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |