added missing destructor for Darwin/Mac OS X (wxGtk, wxMotif, wxMac)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-09-17 20:37:33 +00:00
parent bd2aeb7ab6
commit 80823340ab

View File

@@ -52,7 +52,10 @@ class WXDLLEXPORT wxTopLevelWindowBase : public wxWindow
public:
// construction
wxTopLevelWindowBase();
#ifdef __DARWIN__
virtual ~wxTopLevelWindowBase() {}
#endif
// top level wnd state
// --------------------