]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textfile.h
Made listctrl header BG grey again
[wxWidgets.git] / include / wx / textfile.h
index 9cfd0794e41b0a5af5c3853b96913388fde396fe..b6132bd178a2f5f04bf020cf5b521c8b8d792a34 100644 (file)
@@ -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();