]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/strconv.h
Getting rid of odd control characters at EOL in source.
[wxWidgets.git] / include / wx / strconv.h
index 92d57293706640b871e64f41ef62074a63755166..9ed3790af0b00e53cae7aa11be224e6e07b956e2 100644 (file)
@@ -23,6 +23,7 @@
 #if defined(__VISAGECPP__) && __IBMCPP__ >= 400
 #  undef __BSEXCPT__
 #endif
+
 #include <stdlib.h>
 
 #if wxUSE_WCHAR_T
@@ -133,6 +134,8 @@ public:
 private:
     void SetName(const wxChar *charset);
 
+    // note that we can't use wxString here because of compilation
+    // dependencies: we're included from wx/string.h
     wxChar *m_name;
     wxCharacterSet *m_cset;
     bool m_deferred;