mirror of https://github.com/CGAL/cgal
constness pb detected on intel
This commit is contained in:
parent
d4ef4141a1
commit
6da19089e5
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue