projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update m_lastcount correctly in wxBufferedInputStream::Read() when using the buffer...
[wxWidgets.git]
/
src
/
xrc
/
xh_cald.cpp
diff --git
a/src/xrc/xh_cald.cpp
b/src/xrc/xh_cald.cpp
index 3259a04e1c40bfc5ca3f276d82561d064519ec26..d6514cbe7edc6d4ebc6ba03662c60a6485ac072a 100644
(file)
--- a/
src/xrc/xh_cald.cpp
+++ b/
src/xrc/xh_cald.cpp
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: xh_cald.cpp
+// Name:
src/xrc/
xh_cald.cpp
// Purpose: XRC resource for wxCalendarCtrl
// Author: Brian Gavin
// Created: 2000/09/09
// Purpose: XRC resource for wxCalendarCtrl
// Author: Brian Gavin
// Created: 2000/09/09
@@
-18,7
+18,11
@@
#if wxUSE_XRC && wxUSE_CALENDARCTRL
#include "wx/xrc/xh_cald.h"
#if wxUSE_XRC && wxUSE_CALENDARCTRL
#include "wx/xrc/xh_cald.h"
-#include "wx/event.h"
+
+#ifndef WX_PRECOMP
+ #include "wx/event.h"
+#endif //WX_PRECOMP
+
#include "wx/calctrl.h"
IMPLEMENT_DYNAMIC_CLASS(wxCalendarCtrlXmlHandler, wxXmlResourceHandler)
#include "wx/calctrl.h"
IMPLEMENT_DYNAMIC_CLASS(wxCalendarCtrlXmlHandler, wxXmlResourceHandler)