Oh well, I'll just stuff in the rest of the Unicode changes I have made
so far here. You may start complaining now. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -94,7 +94,7 @@ public:
|
||||
// guess the type of file (m_file is supposed to be opened)
|
||||
wxTextFileType GuessType() const;
|
||||
// get the name of the file
|
||||
const char *GetName() const { return m_strFile.c_str(); }
|
||||
const wxChar *GetName() const { return m_strFile.c_str(); }
|
||||
|
||||
// add/remove lines
|
||||
// add a line to the end
|
||||
@@ -114,7 +114,7 @@ public:
|
||||
|
||||
// get the file termination string
|
||||
// Note: implementation moved to textfile to prevent warning due to switch.
|
||||
static const char *GetEOL(wxTextFileType type = typeDefault);
|
||||
static const wxChar *GetEOL(wxTextFileType type = typeDefault);
|
||||
|
||||
// dtor
|
||||
~wxTextFile();
|
||||
|
Reference in New Issue
Block a user