X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/916af76f40555e9d2548a1538e2a5563222ea373..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/private/fileback.h diff --git a/include/wx/private/fileback.h b/include/wx/private/fileback.h index 8567852a87..aaf5ab4afb 100644 --- a/include/wx/private/fileback.h +++ b/include/wx/private/fileback.h @@ -1,8 +1,7 @@ ///////////////////////////////////////////////////////////////////////////// -// 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$ // Copyright: (c) 2006 Mike Wetherell // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -33,7 +32,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(); @@ -75,7 +74,7 @@ private: wxBackingFile m_backer; wxFileOffset m_pos; - DECLARE_NO_COPY_CLASS(wxBackedInputStream) + wxDECLARE_NO_COPY_CLASS(wxBackedInputStream); }; #endif // wxUSE_FILESYSTEM