From: Gilles Depeyrot Date: Mon, 17 Sep 2001 20:37:33 +0000 (+0000) Subject: added missing destructor for Darwin/Mac OS X (wxGtk, wxMotif, wxMac) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/80823340ab3da196d5225b7c7087f4b7a7dcc35e 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 --- diff --git a/include/wx/toplevel.h b/include/wx/toplevel.h index 3547812680..bf5fe88226 100644 --- a/include/wx/toplevel.h +++ b/include/wx/toplevel.h @@ -52,7 +52,10 @@ class WXDLLEXPORT wxTopLevelWindowBase : public wxWindow public: // construction wxTopLevelWindowBase(); - +#ifdef __DARWIN__ + virtual ~wxTopLevelWindowBase() {} +#endif + // top level wnd state // --------------------