add const to avoid hiding warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
03dc5fadef
commit
781a8d7f3e
@ -607,7 +607,7 @@ void wxSVGFileDC::ComputeScaleAndOrigin()
|
||||
}
|
||||
|
||||
|
||||
int wxSVGFileDC::GetMapMode()
|
||||
int wxSVGFileDC::GetMapMode() const
|
||||
{
|
||||
return m_mappingMode ;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user