converting temporary wxString to const wxChar* and storing that doesn't work (and doesn't even compile if wxUSE_STL), fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -288,9 +288,9 @@ void FileNameTestCase::TestNormalize()
|
|||||||
|
|
||||||
static struct FileNameTest
|
static struct FileNameTest
|
||||||
{
|
{
|
||||||
const wxChar *original;
|
const wxString original;
|
||||||
int flags;
|
int flags;
|
||||||
const wxChar *expected;
|
const wxString expected;
|
||||||
} tests[] =
|
} tests[] =
|
||||||
{
|
{
|
||||||
// test wxPATH_NORM_ENV_VARS
|
// test wxPATH_NORM_ENV_VARS
|
||||||
|
Reference in New Issue
Block a user