diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-03-08 17:24:59 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-03-09 09:29:48 +0100 |
commit | 351b2382465087d18a3ad44509c2a3a66ca08aa6 (patch) | |
tree | b9c0c4dadc0c3871b814aa48fd3f737198f74a45 /fpicker | |
parent | e3feffe94ae3b1ab6cc68fadc7dc5aa19363941b (diff) |
-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 <sbergman@redhat.com>
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/VistaFilePickerImpl.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |