From: Václav Slavík Date: Tue, 20 Feb 2007 11:12:04 +0000 (+0000) Subject: compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b5c3f53e153f3522e7bcc6a9d1c7d2ac0da657a6?ds=sidebyside compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/tests/strings/vsnprintf.cpp b/tests/strings/vsnprintf.cpp index c69c24a2f6..c781f06f61 100644 --- a/tests/strings/vsnprintf.cpp +++ b/tests/strings/vsnprintf.cpp @@ -415,7 +415,7 @@ void VsnprintfTestCase::Misc(wxChar *buffer, int size) // format and gcc would warn about this otherwise r = wxUnsafeSnprintf(buffer, size, - "unicode string: %ls %lc - ansi string: %hs %hc\n\n", + _T("unicode string: %ls %lc - ansi string: %hs %hc\n\n"), L"unicode!!", L'W', "ansi!!", 'w'); CPPUNIT_ASSERT( r != -1 ); CPPUNIT_ASSERT_EQUAL(