]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/framecmn.cpp
install wxUniv headers in make install and include wxUniv sources in make dist
[wxWidgets.git] / src / common / framecmn.cpp
index 7b067ddf0dda3d3585e91b4b4e72623a57089a29..544189a24c7a68c61921e1b789029df3ab0e33c3 100644 (file)
@@ -78,6 +78,11 @@ wxFrameBase::wxFrameBase()
 #endif // wxUSE_STATUSBAR
 }
 
+wxFrameBase::~wxFrameBase()
+{
+    // this destructor is required for Darwin
+}
+
 wxFrame *wxFrameBase::New(wxWindow *parent,
                           wxWindowID id,
                           const wxString& title,