Fix typo in wxXmlDocument documentation

This commit is contained in:
Paul Cornett
2019-09-24 11:49:58 -07:00
parent aeef8295c8
commit 1753ed4037

View File

@@ -715,7 +715,7 @@ public:
Loads the given filename using the given encoding. See Load().
*/
wxXmlDocument(const wxString& filename,
const wxString& encoding = "UTF-8"));
const wxString& encoding = "UTF-8");
/**
Loads the XML document from given stream using the given encoding. See Load().