From 80823340ab3da196d5225b7c7087f4b7a7dcc35e Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Mon, 17 Sep 2001 20:37:33 +0000 Subject: [PATCH] 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 --- include/wx/toplevel.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 // -------------------- -- 2.45.2