MinGW warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -305,6 +305,7 @@ wxXmlDocument::wxXmlDocument(wxInputStream& stream, const wxString& encoding)
|
|||||||
}
|
}
|
||||||
|
|
||||||
wxXmlDocument::wxXmlDocument(const wxXmlDocument& doc)
|
wxXmlDocument::wxXmlDocument(const wxXmlDocument& doc)
|
||||||
|
:wxObject()
|
||||||
{
|
{
|
||||||
DoCopy(doc);
|
DoCopy(doc);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user