X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0c133e13b36a923c65f94499554e432bc3a0daa..43ff861df48f0837dac98005dd397c5f127ca136:/include/wx/private/fileback.h diff --git a/include/wx/private/fileback.h b/include/wx/private/fileback.h index 898c37c093..11244e9a8d 100644 --- a/include/wx/private/fileback.h +++ b/include/wx/private/fileback.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: include/wx/private/fileback.h +// Name: wx/private/fileback.h // Purpose: Back an input stream with memory or a file // Author: Mike Wetherell // RCS-ID: $Id$ @@ -33,7 +33,7 @@ public: // backing file is never created and the backing is done with memory. wxBackingFile(wxInputStream *stream, size_t bufsize = DefaultBufSize, - const wxString& prefix = _T("wxbf")); + const wxString& prefix = wxT("wxbf")); wxBackingFile() : m_impl(NULL) { } ~wxBackingFile();