]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/strconv.h
Made widgets sample take up less space
[wxWidgets.git] / include / wx / strconv.h
index 9ed3790af0b00e53cae7aa11be224e6e07b956e2..a329062f5cf37bcb6515cfe1496f93676c34f6a2 100644 (file)
@@ -131,6 +131,8 @@ public:
     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) const;
 
+    void Clear() ;
+
 private:
     void SetName(const wxChar *charset);