Remove irrelevant mentions of encoding from wxXmlDocument docs
The corresponding parameter was removed in cc8fbeed56 (Merge branch
'xml-conv-simplify', 2024-01-07) but it was still mentioned in the
description.
This commit is contained in:
parent
c1b7ce5932
commit
340bbea71d
1 changed files with 2 additions and 2 deletions
|
|
@ -709,12 +709,12 @@ public:
|
|||
wxXmlDocument(const wxXmlDocument& doc);
|
||||
|
||||
/**
|
||||
Loads the given filename using the given encoding. See Load().
|
||||
Loads the given filename. See Load().
|
||||
*/
|
||||
wxXmlDocument(const wxString& filename);
|
||||
|
||||
/**
|
||||
Loads the XML document from given stream using the given encoding. See Load().
|
||||
Loads the XML document from given stream. See Load().
|
||||
*/
|
||||
wxXmlDocument(wxInputStream& stream);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue