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:
Julian Smart 2008-02-06 08:45:55 +00:00
parent 1c2697717a
commit 1fcca711af

View File

@ -93,7 +93,7 @@ const long wxDateTime::TIME_T_FACTOR = 1000l;
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 )