]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
Attempts to make this wchar_t business compile with Borland C++ 4.52.
[wxWidgets.git] / include / wx / string.h
index d4fdb53bed6c30b349d0ff9555fac77627f277d5..36f6a3773e4eef19679d8abbf95b2854ddecd026 100644 (file)
@@ -223,6 +223,7 @@ class WXDLLEXPORT wxCSConv : public wxMBConv
   wxChar *m_name;
   wxCharacterSet *m_cset;
   bool m_deferred;
+  void SetName(const wxChar *charset);
  public:
   wxCSConv(const wxChar *charset);
   virtual ~wxCSConv();