diff options
author | Cedric Bail <cedric.bail@free.fr> | 2013-03-16 14:19:49 +0100 |
---|---|---|
committer | Cedric Bail <cedric.bail@free.fr> | 2013-03-16 23:12:47 +0900 |
commit | e890b24457e54abc57c205bc89b1fd319d5a24f6 (patch) | |
tree | 4d1b39d6b61f6398868f71ded597b7979c724d90 /src/lib/ecore_win32/ecore_win32_dnd_data_object.h | |
parent | 6df7da23b5eff3216057816ccb6f884045413818 (diff) |
ecore: virtual destructors are needed
Diffstat (limited to 'src/lib/ecore_win32/ecore_win32_dnd_data_object.h')
-rw-r--r-- | src/lib/ecore_win32/ecore_win32_dnd_data_object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_win32/ecore_win32_dnd_data_object.h b/src/lib/ecore_win32/ecore_win32_dnd_data_object.h index 3d289cf7f5..4350bc5b7e 100644 --- a/src/lib/ecore_win32/ecore_win32_dnd_data_object.h +++ b/src/lib/ecore_win32/ecore_win32_dnd_data_object.h | |||
@@ -24,7 +24,7 @@ class DataObject : public IDataObject | |||
24 | public: // structors | 24 | public: // structors |
25 | 25 | ||
26 | DataObject(FORMATETC *fmtetc, STGMEDIUM *stgmed, int count); | 26 | DataObject(FORMATETC *fmtetc, STGMEDIUM *stgmed, int count); |
27 | ~DataObject(); | 27 | virtual ~DataObject(); |
28 | 28 | ||
29 | public: // IUnknown | 29 | public: // IUnknown |
30 | 30 | ||