declare wxCalendarEvent ctor as inline before it's used (which happens before its definition unfortunately) (fixes SGI CC warning)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
fe404d1afc
commit
1602d4d0fb
@ -166,7 +166,7 @@ class WXDLLIMPEXP_ADV wxCalendarEvent : public wxDateEvent
|
|||||||
friend class wxCalendarCtrl;
|
friend class wxCalendarCtrl;
|
||||||
public:
|
public:
|
||||||
wxCalendarEvent() { Init(); }
|
wxCalendarEvent() { Init(); }
|
||||||
wxCalendarEvent(wxCalendarCtrl *cal, wxEventType type);
|
inline wxCalendarEvent(wxCalendarCtrl *cal, wxEventType type);
|
||||||
|
|
||||||
void SetWeekDay(const wxDateTime::WeekDay wd) { m_wday = wd; }
|
void SetWeekDay(const wxDateTime::WeekDay wd) { m_wday = wd; }
|
||||||
wxDateTime::WeekDay GetWeekDay() const { return m_wday; }
|
wxDateTime::WeekDay GetWeekDay() const { return m_wday; }
|
||||||
|
Loading…
Reference in New Issue
Block a user