X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/65e508482777277c429b8c522e1ff8050ff5cdc7..82df67d960355e99a66b1db473b9d6236bf2fbb9:/include/wx/strconv.h diff --git a/include/wx/strconv.h b/include/wx/strconv.h index a329062f5c..81015e3240 100644 --- a/include/wx/strconv.h +++ b/include/wx/strconv.h @@ -124,8 +124,11 @@ class WXDLLEXPORT wxCSConv : public wxMBConv { public: wxCSConv(const wxChar *charset); + wxCSConv(const wxCSConv& conv); virtual ~wxCSConv(); + wxCSConv& operator=(const wxCSConv& conv); + void LoadNow(); virtual size_t MB2WC(wchar_t *buf, const char *psz, size_t n) const;