]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/datectrl.h
Fixed bug: wxPGProperty::SetName() crashed if it was called before property was added...
[wxWidgets.git] / include / wx / generic / datectrl.h
index 75172a2d44612a4d4f67e40bbb5b50370e2e3ce5..de60cabf4ada6645ca7d3102c73bbd0d21be371a 100644 (file)
@@ -57,7 +57,6 @@ public:
                       const wxDateTime& upperdate = wxDefaultDateTime);
 
     // extra methods available only in this (generic) implementation
-    bool SetFormat(const wxString& fmt);
     wxCalendarCtrl *GetCalendar() const;
 
 
@@ -81,7 +80,7 @@ private:
     wxCalendarComboPopup* m_popup;
 
     DECLARE_EVENT_TABLE()
-    DECLARE_NO_COPY_CLASS(wxDatePickerCtrlGeneric)
+    wxDECLARE_NO_COPY_CLASS(wxDatePickerCtrlGeneric);
 };
 
 #endif // _WX_GENERIC_DATECTRL_H_