X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2d76b6d8c3d13ce08f0aef47f859078368f7fed7..f40f8e17226c2080dec017e2043fe59e2d21e15b:/tests/streams/ffilestream.cpp diff --git a/tests/streams/ffilestream.cpp b/tests/streams/ffilestream.cpp index 9714e1cbb0..e40c8105ad 100644 --- a/tests/streams/ffilestream.cpp +++ b/tests/streams/ffilestream.cpp @@ -4,7 +4,7 @@ // Author: Hans Van Leemputten // RCS-ID: $Id$ // Copyright: (c) 2004 Hans Van Leemputten -// Licence: wxWidgets licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // For compilers that support precompilation, includes "wx/wx.h". @@ -26,8 +26,8 @@ #define DATABUFFER_SIZE 1024 -static const wxString FILENAME_FFILEINSTREAM = _T("ffileinstream.test"); -static const wxString FILENAME_FFILEOUTSTREAM = _T("ffileoutstream.test"); +static const wxString FILENAME_FFILEINSTREAM = wxT("ffileinstream.test"); +static const wxString FILENAME_FFILEOUTSTREAM = wxT("ffileoutstream.test"); /////////////////////////////////////////////////////////////////////////////// // The test case