]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dialog.cpp
corrected typo in check for icc
[wxWidgets.git] / src / motif / dialog.cpp
index cf91fefe54fc4414d70147a72c5f80358c9893b1..8f234a2f20286a948d331dc960c72f5757a6fb75 100644 (file)
@@ -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