Compilation fix for VC6 after r63061.
VC6 doesn't support empty struct initializers apparently. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1113,7 +1113,7 @@ void DateTimeTestCase::TestDateTimeParse()
|
|||||||
|
|
||||||
{
|
{
|
||||||
"bloordyblop",
|
"bloordyblop",
|
||||||
{ },
|
{ 1, wxDateTime::Jan, 9999, 0, 0, 0},
|
||||||
false
|
false
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user