summaryrefslogtreecommitdiff
path: root/dtrans/test/win32/dnd/atlwindow.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-04 10:09:47 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-04 10:11:18 +0100
commit3aafe0568be80120afcdd92ea491b55d66bcbac6 (patch)
tree141e36c6aaf4c057aa99e6602e1a03e0be8ed671 /dtrans/test/win32/dnd/atlwindow.hxx
parent0e53c653fbfe4ba2e49db5e34bd62a3a3b02c980 (diff)
-Werror,-Wnon-virtual-dtor
Why was CDTransObjFactory a class with virtual functions in the first place? Change-Id: I315243a2268be67e03feb923ca7f64fd37818337
Diffstat (limited to 'dtrans/test/win32/dnd/atlwindow.hxx')
-rw-r--r--dtrans/test/win32/dnd/atlwindow.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/dtrans/test/win32/dnd/atlwindow.hxx b/dtrans/test/win32/dnd/atlwindow.hxx
index 692b8befdc7a..378407274b56 100644
--- a/dtrans/test/win32/dnd/atlwindow.hxx
+++ b/dtrans/test/win32/dnd/atlwindow.hxx
@@ -49,8 +49,6 @@ class AWindow: public CWindowImpl<AWindow, CWindow,
HWND m_hwndEdit;
- CDTransObjFactory m_aDataConverter;
-
public:
explicit AWindow(LPCTSTR strName)
{