]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/strconv.h
Implemented CharHook events.
[wxWidgets.git] / include / wx / strconv.h
index a329062f5cf37bcb6515cfe1496f93676c34f6a2..81015e32403888b8cf031b547e9741283b4c97fe 100644 (file)
@@ -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;