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:
parent
f943635da8
commit
9ab62c02fd
4 changed files with 5 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue