]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/test.cpp
compilation fix after wxCmdLineEntryDesc changes
[wxWidgets.git] / tests / test.cpp
index 38c9175f9bd5903d6704d7bcc2359a09b0cb007d..00c21251f20fd107b2dd09ff9a59c045fd6a6cb4 100644 (file)
@@ -94,9 +94,9 @@ void TestApp::OnInitCmdLine(wxCmdLineParser& parser)
         { wxCMD_LINE_SWITCH, _T("L"), _T("longlist"),
             _T("list the test cases, do not run them"),
             wxCMD_LINE_VAL_NONE, 0 },
-        { wxCMD_LINE_PARAM, 0, 0, _T("REGISTRY"), wxCMD_LINE_VAL_STRING,
+        { wxCMD_LINE_PARAM, "", "", _T("REGISTRY"), wxCMD_LINE_VAL_STRING,
             wxCMD_LINE_PARAM_OPTIONAL | wxCMD_LINE_PARAM_MULTIPLE },
-        { wxCMD_LINE_NONE , 0, 0, 0, wxCMD_LINE_VAL_NONE, 0 }
+        { wxCMD_LINE_NONE , "", "", "", wxCMD_LINE_VAL_NONE, 0 }
     };
 
     parser.SetDesc(cmdLineDesc);