projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wxXmlNode::GetAttribute's pointer argument must not be NULL, check for it
[wxWidgets.git]
/
src
/
msw
/
datectrl.cpp
diff --git
a/src/msw/datectrl.cpp
b/src/msw/datectrl.cpp
index d6a4315352a4fee867516a4ca68921e9630e5aa8..58a3b435c2951dcea56be5cd59f199c4cf1c2237 100644
(file)
--- a/
src/msw/datectrl.cpp
+++ b/
src/msw/datectrl.cpp
@@
-263,6
+263,8
@@
void wxDatePickerCtrl::SetValue(const wxDateTime& dt)
m_date.ResetTime();
}
+#include <iostream>
+
wxDateTime wxDatePickerCtrl::GetValue() const
{
#ifdef __WXDEBUG__