]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/private/fileback.h
Fix another line somehow missing from the wxGraphicsBitmap forward port.
[wxWidgets.git] / include / wx / private / fileback.h
index 898c37c0935cbd405de6660e7e6c6a7f74f98652..9698fbc82545b1082c1da96c181d926607e8c6f0 100644 (file)
@@ -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();