- virtual bool DoCreate( wxWindow* parent, wxWindowID id,
- const wxString& title,
- const wxPoint& pos,
- const wxSize& size,
- long style,
- const wxString& name );
+ virtual bool DoCreate(wxWindow* parent,
+ wxWindowID id,
+ const wxString& title,
+ const wxPoint& pos,
+ const wxSize& size,
+ long style,
+ const wxString& name);
+
+
+#if wxCHECK_VERSION(2,7,0)
+ #error "Remove DoDestroy(), it was only kept for binary backwards compatibility"
+#endif
+