From 912aaab35cb1c8a13145dcf31a056e5e35bfad03 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Fri, 11 Jan 2002 16:13:56 +0000 Subject: [PATCH] added missing const for Apple DevTools git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/mac/private.h b/include/wx/mac/private.h index b2ad16aff3..1f9e0b0c41 100644 --- a/include/wx/mac/private.h +++ b/include/wx/mac/private.h @@ -65,7 +65,7 @@ public : ~wxMacPortSetter() ; private : wxMacPortStateHelper m_ph ; - wxDC* m_dc ; + const wxDC* m_dc ; } ; class wxMacDrawingHelper -- 2.45.2