Resolved ambiguity for VC 9
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -93,7 +93,7 @@ const long wxDateTime::TIME_T_FACTOR = 1000l;
|
|||||||
|
|
||||||
template<> void wxStringReadValue(const wxString &s , wxDateTime &data )
|
template<> void wxStringReadValue(const wxString &s , wxDateTime &data )
|
||||||
{
|
{
|
||||||
data.ParseFormat(s,"%Y-%m-%d %H:%M:%S");
|
data.ParseFormat(s,"%Y-%m-%d %H:%M:%S", NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
template<> void wxStringWriteValue(wxString &s , const wxDateTime &data )
|
template<> void wxStringWriteValue(wxString &s , const wxDateTime &data )
|
||||||
|
Reference in New Issue
Block a user