]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/frame.cpp
corrected typo in check for icc
[wxWidgets.git] / src / motif / frame.cpp
index 405396ce94fe43064c948c453bc4af3aa8e066ef..56b6ddefaa7d3f57aa79b55ac87626ac343bd055 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "frame.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -266,6 +262,10 @@ bool wxFrame::DoCreate(wxWindow* parent,
     return true;
 }
 
+void wxFrame::DoDestroy()
+{
+}
+
 wxFrame::~wxFrame()
 {
     m_isBeingDeleted = true;