Small glitch.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ove Kaaven
1999-04-12 22:41:40 +00:00
parent 509201463d
commit 4300d6cbc3

View File

@@ -209,8 +209,8 @@ class WXDLLEXPORT wxCSConv : wxMBConv
wxChar *data; wxChar *data;
public: public:
wxCSConv(const wxChar *charset); wxCSConv(const wxChar *charset);
virtual size_t MB2WC(wchar_t *buf, const char *psz, size_t n); virtual size_t MB2WC(wchar_t *buf, const char *psz, size_t n) const;
virtual size_t WC2MB(char *buf, const wchar_t *psz, size_t n); virtual size_t WC2MB(char *buf, const wchar_t *psz, size_t n) const;
}; };
// filenames are multibyte on Unix and probably widechar on Windows? // filenames are multibyte on Unix and probably widechar on Windows?