]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/private/fileback.h
Remove wxDialog::OnSysColourChanged() documentation.
[wxWidgets.git] / include / wx / private / fileback.h
index 898c37c0935cbd405de6660e7e6c6a7f74f98652..11244e9a8d9f63d7d787c2119d222d6cb28bfab2 100644 (file)
@@ -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();