From 6da19089e5e6f72de6b00f351ca7decc3602ed3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 26 Apr 2010 08:14:33 +0000 Subject: [PATCH] constness pb detected on intel --- CGAL_ipelets/include/CGAL/CGAL_Ipelet_base_v6.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CGAL_ipelets/include/CGAL/CGAL_Ipelet_base_v6.h b/CGAL_ipelets/include/CGAL/CGAL_Ipelet_base_v6.h index 5d28f9229d9..ac4fb490373 100644 --- a/CGAL_ipelets/include/CGAL/CGAL_Ipelet_base_v6.h +++ b/CGAL_ipelets/include/CGAL/CGAL_Ipelet_base_v6.h @@ -275,7 +275,7 @@ public: //------------------------------ void - copy_attributes(IpeAllAttributes& AAttr,const IpeObject* obj_ipe) const + copy_attributes(IpeAllAttributes& AAttr,IpeObject* obj_ipe) const { AAttr.iStroke = obj_ipe -> Stroke();