]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/frame.cpp
corrected typo in check for icc
[wxWidgets.git] / src / motif / frame.cpp
index f17078a2d5fc621d591af250c60d2c37dd882de5..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"
 
@@ -196,7 +192,7 @@ bool wxFrame::Create(wxWindow *parent,
     return true;
 }
 
-bool wxFrame::XmDoCreateTLW(wxWindow* parent,
+bool wxFrame::DoCreate(wxWindow* parent,
                             wxWindowID id,
                             const wxString& title,
                             const wxPoint& pos,
@@ -266,6 +262,10 @@ bool wxFrame::XmDoCreateTLW(wxWindow* parent,
     return true;
 }
 
+void wxFrame::DoDestroy()
+{
+}
+
 wxFrame::~wxFrame()
 {
     m_isBeingDeleted = true;