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_drop_source.h | |
parent | 6df7da23b5eff3216057816ccb6f884045413818 (diff) |
ecore: virtual destructors are needed
Diffstat (limited to 'src/lib/ecore_win32/ecore_win32_dnd_drop_source.h')
-rw-r--r-- | src/lib/ecore_win32/ecore_win32_dnd_drop_source.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ecore_win32/ecore_win32_dnd_drop_source.h b/src/lib/ecore_win32/ecore_win32_dnd_drop_source.h index 9081f46a15..2ef9d9eabf 100644 --- a/src/lib/ecore_win32/ecore_win32_dnd_drop_source.h +++ b/src/lib/ecore_win32/ecore_win32_dnd_drop_source.h | |||
@@ -19,6 +19,7 @@ class DropSource : public IDropSource | |||
19 | public: // structors | 19 | public: // structors |
20 | 20 | ||
21 | DropSource(); | 21 | DropSource(); |
22 | virtual ~DropSource() { } | ||
22 | 23 | ||
23 | public: // IUnknown | 24 | public: // IUnknown |
24 | 25 | ||