From 781a8d7f3ea80273a1e11c3e3f5638842afb5fa3 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Fri, 20 Apr 2007 11:03:28 +0000 Subject: [PATCH] add const to avoid hiding warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/dcsvg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/dcsvg.cpp b/src/common/dcsvg.cpp index 0fc94d97de..5b1bdcbb69 100644 --- a/src/common/dcsvg.cpp +++ b/src/common/dcsvg.cpp @@ -607,7 +607,7 @@ void wxSVGFileDC::ComputeScaleAndOrigin() } -int wxSVGFileDC::GetMapMode() +int wxSVGFileDC::GetMapMode() const { return m_mappingMode ; }