X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bde4baaced626df90e0312a3d94d024e41d7ab80..f46f4c86b234d87b9c1db889cc130d2d7d31c306:/include/wx/strconv.h?ds=sidebyside diff --git a/include/wx/strconv.h b/include/wx/strconv.h index a5c89c2197..9248f2cb7e 100644 --- a/include/wx/strconv.h +++ b/include/wx/strconv.h @@ -188,7 +188,8 @@ private: // do create m_convReal (unconditionally) wxMBConv *DoCreate() const; - void SetEncoding(); + // set the name (may be only called when m_name == NULL), makes copy of + // charset string void SetName(const wxChar *charset);