X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bde4baaced626df90e0312a3d94d024e41d7ab80..524b59ff2e7ff9e6f4e3eb4ce856d9497ce650b8:/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);