From 1753ed403765269bf9f6d3bb540f7e77a8758e39 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Tue, 24 Sep 2019 11:49:58 -0700 Subject: [PATCH] Fix typo in wxXmlDocument documentation --- interface/wx/xml/xml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/xml/xml.h b/interface/wx/xml/xml.h index 08cd68335f..07de046381 100644 --- a/interface/wx/xml/xml.h +++ b/interface/wx/xml/xml.h @@ -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().