]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/textfile.h
store our styles in wxSpinCtrlGenericBase ctor (needed to make the changes of r59410...
[wxWidgets.git] / interface / wx / textfile.h
index 044dc9529e0caeceaaaf18da0383c76903cab937..865814685de0ae2456966a741b1c2c8e7a361605 100644 (file)
@@ -145,7 +145,7 @@ public:
         compiling with the Apple Developer Tools) and @c wxTextFileType_Mac under
         Mac OS (including Mac OS X when compiling with CodeWarrior).
     */
-    static const char* GetEOL(wxTextFileType type = typeDefault) const;
+    static const wxChar* GetEOL(wxTextFileType type = wxTextBuffer::typeDefault);
 
     /**
         This method together with GetNextLine() allows more "iterator-like"