X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e95b8d5a8c09551a1f5a363647eb1980055dfbae..48f625bc2ce81132a2a8c2d7c524a03f1b7196e5:/src/motif/dialog.cpp?ds=sidebyside diff --git a/src/motif/dialog.cpp b/src/motif/dialog.cpp index cf91fefe54..8f234a2f20 100644 --- a/src/motif/dialog.cpp +++ b/src/motif/dialog.cpp @@ -9,10 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "dialog.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -196,6 +192,10 @@ bool wxDialog::DoCreate(wxWindow* parent, return true; } +void wxDialog::DoDestroy() +{ +} + void wxDialog::SetModal(bool flag) { #ifdef __VMS