X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bde4baaced626df90e0312a3d94d024e41d7ab80..89d38f8c3a336544fd374e53a2b52d00e7f8f531:/include/wx/strconv.h 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);