Initialize wxXmlDocument::m_docNode in its declaration too
Similar to the previous commit.
This commit is contained in:
parent
08ef52671f
commit
326876eb60
2 changed files with 4 additions and 4 deletions
|
|
@ -283,7 +283,7 @@ private:
|
|||
wxString m_version;
|
||||
wxString m_fileEncoding;
|
||||
wxXmlDoctype m_doctype;
|
||||
wxXmlNode *m_docNode;
|
||||
wxXmlNode *m_docNode = nullptr;
|
||||
wxTextFileType m_fileType = wxTextFileType_Unix;
|
||||
wxString m_eol = wxS("\n");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue