projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe404d1
)
declare wxCalendarEvent ctor as inline before it's used (which happens before its...
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sat, 17 Sep 2005 20:56:29 +0000
(20:56 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sat, 17 Sep 2005 20:56:29 +0000
(20:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35530
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/calctrl.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/calctrl.h
b/include/wx/calctrl.h
index 99d0ef6034fc0e44fb763b9afe8e62bbc1ed180b..9e1add8920e349c8a5513187dd1d5aaa505eeeaf 100644
(file)
--- a/
include/wx/calctrl.h
+++ b/
include/wx/calctrl.h
@@
-166,7
+166,7
@@
class WXDLLIMPEXP_ADV wxCalendarEvent : public wxDateEvent
friend class wxCalendarCtrl;
public:
wxCalendarEvent() { Init(); }
- wxCalendarEvent(wxCalendarCtrl *cal, wxEventType type);
+
inline
wxCalendarEvent(wxCalendarCtrl *cal, wxEventType type);
void SetWeekDay(const wxDateTime::WeekDay wd) { m_wday = wd; }
wxDateTime::WeekDay GetWeekDay() const { return m_wday; }