]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/frame.h
more extra semicolons removed (patch 1303724)
[wxWidgets.git] / include / wx / motif / frame.h
index efb804eb05aa3a869b18fbf8fe02508eab506d40..e18ef08d4eeed325f514b15b43e634b9834c4db7 100644 (file)
 #ifndef _WX_MOTIF_FRAME_H_
 #define _WX_MOTIF_FRAME_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "frame.h"
-#endif
-
 class WXDLLEXPORT wxFrame : public wxFrameBase
 {
 public:
@@ -126,9 +122,15 @@ private:
                                const wxString& name);
 
 
+#if wxCHECK_VERSION(2,7,0)
+    #error "Remove DoDestroy(), it was only kept for binary backwards compatibility"
+#endif
+
+    virtual void DoDestroy();
+
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxFrame)
 };
 
-#endif
-// _WX_MOTIF_FRAME_H_
+#endif // _WX_MOTIF_FRAME_H_
+