From 1f25eb3aa94958a329714b8793439f131176610e Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 10 Sep 2007 22:13:05 +0000 Subject: [PATCH] compilation fix after wxCmdLineEntryDesc changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test.cpp b/tests/test.cpp index 38c9175f9b..00c21251f2 100644 --- a/tests/test.cpp +++ b/tests/test.cpp @@ -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); -- 2.50.0