suppress gcc warning about non virtual dtor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d5ab387d2a
commit
c9ce2da080
@ -61,6 +61,10 @@ class wxIDropTarget : public IDropTarget
|
||||
{
|
||||
public:
|
||||
wxIDropTarget(wxDropTarget *p);
|
||||
// suppress gcc warning
|
||||
#ifdef __GNUG__
|
||||
virtual
|
||||
#endif
|
||||
~wxIDropTarget();
|
||||
|
||||
// accessors for wxDropTarget
|
||||
|
Loading…
Reference in New Issue
Block a user