Make wxXmlResourceHandlerImpl::GetNodeContent() const

There doesn't seem to be any reason not to and it's more consistent with
the other similar functions.
This commit is contained in:
Vadim Zeitlin 2024-02-03 19:45:27 +01:00
parent f943635da8
commit 9ab62c02fd
4 changed files with 5 additions and 5 deletions

View file

@ -763,7 +763,7 @@ protected:
/**
Gets node content from wxXML_ENTITY_NODE.
*/
wxString GetNodeContent(wxXmlNode* node);
wxString GetNodeContent(wxXmlNode* node) const;
/**
Gets the parent of the node given.