summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-04 10:06:23 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-04 10:11:17 +0100
commit0e53c653fbfe4ba2e49db5e34bd62a3a3b02c980 (patch)
tree16f61d36561f7e77c6f867e422d3a508156966cd /fpicker/source/win32/filepicker/WinFileOpenImpl.hxx
parent10aec5f91f7b11e41ed931df7a1e7388a19d19c6 (diff)
-Werror,-Wnon-virtual-dtor
Why was CCustomControlFactory a class with virtual functions in the first place? Change-Id: I4449a6f69f45a5b294b1906d0ce8a1a8a52c1d7f
Diffstat (limited to 'fpicker/source/win32/filepicker/WinFileOpenImpl.hxx')
-rw-r--r--fpicker/source/win32/filepicker/WinFileOpenImpl.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx b/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx
index e25a2fa77759..10eef106c6c3 100644
--- a/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx
+++ b/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx
@@ -29,7 +29,6 @@
#include "previewadapter.hxx"
#include "helppopupwindow.hxx"
#include "customcontrol.hxx"
-#include "customcontrolfactory.hxx"
#include "../misc/resourceprovider.hxx"
#include <utility>
@@ -181,7 +180,6 @@ private:
private:
std::unique_ptr<CFilterContainer> m_filterContainer;
std::unique_ptr<CPreviewAdapter> m_Preview;
- std::unique_ptr<CCustomControlFactory> m_CustomControlFactory;
std::unique_ptr<CCustomControl> m_CustomControls;
CFilePicker* m_FilePicker;
WNDPROC m_pfnOldDlgProc;