]> 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 59e2ef34c69cd746cfb487dd7b389561b702392d..c3461c2934a2abb6f8f375761eff03bd4fb14f7f 100644 (file)
@@ -76,6 +76,11 @@ wxAppBase::wxAppBase()
 #endif // wxUSE_GUI
 }
 
+wxAppBase::~wxAppBase()
+{
+    // this destructor is required for Darwin
+}
+
 #if wxUSE_GUI
 bool wxAppBase::OnInitGui()
 {