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:
Václav Slavík
2008-01-27 16:25:33 +00:00
parent 6e63b5c9d8
commit 4f03ec887b

View File

@@ -288,9 +288,9 @@ void FileNameTestCase::TestNormalize()
static struct FileNameTest
{
const wxChar *original;
const wxString original;
int flags;
const wxChar *expected;
const wxString expected;
} tests[] =
{
// test wxPATH_NORM_ENV_VARS