Initialize wxXmlDocument::m_docNode in its declaration too

Similar to the previous commit.
This commit is contained in:
Vadim Zeitlin 2024-01-01 20:42:29 +01:00
parent 08ef52671f
commit 326876eb60
2 changed files with 4 additions and 4 deletions

View file

@ -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");