]> git.saurik.com Git - wxWidgets.git/commit
Make wxXmlResource::ReportError() wxXmlNode parameter const.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Nov 2010 14:00:43 +0000 (14:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Nov 2010 14:00:43 +0000 (14:00 +0000)
commit1f6ea93556fb59e6d8f50af1f36ddb16b5a0dc33
tree48b8b74bbe8b38502b237121517bf575bf8666fd
parent62d3301bf9a48130a29a663095170ca0efd67f3a
Make wxXmlResource::ReportError() wxXmlNode parameter const.

This function (and the related DoReportError()) doesn't need to modify its
"context" argument so take a const-pointer in it.

See #11431.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/xrc/xmlres.h
interface/wx/xrc/xmlres.h
src/xrc/xmlres.cpp