X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f58585c091f6ee8e29939ba463d82a5cd96d53a9..48f625bc2ce81132a2a8c2d7c524a03f1b7196e5:/src/motif/frame.cpp diff --git a/src/motif/frame.cpp b/src/motif/frame.cpp index f17078a2d5..56b6ddefaa 100644 --- a/src/motif/frame.cpp +++ b/src/motif/frame.cpp @@ -17,10 +17,6 @@ // 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;