]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
fixed crash in iconv_close() as well
[wxWidgets.git] / src / common / appcmn.cpp
index b1ab25eaf1f87e8d846f24aa3f390b0d8063167d..c3461c2934a2abb6f8f375761eff03bd4fb14f7f 100644 (file)
   #include  "wx/msw/private.h"  // includes windows.h for MessageBox()
 #endif
 
   #include  "wx/msw/private.h"  // includes windows.h for MessageBox()
 #endif
 
+#if defined(__WXMAC__)
+  #include  "wx/mac/private.h"  // includes mac headers
+#endif
+
 // ===========================================================================
 // implementation
 // ===========================================================================
 // ===========================================================================
 // implementation
 // ===========================================================================
@@ -72,6 +76,11 @@ wxAppBase::wxAppBase()
 #endif // wxUSE_GUI
 }
 
 #endif // wxUSE_GUI
 }
 
+wxAppBase::~wxAppBase()
+{
+    // this destructor is required for Darwin
+}
+
 #if wxUSE_GUI
 bool wxAppBase::OnInitGui()
 {
 #if wxUSE_GUI
 bool wxAppBase::OnInitGui()
 {