constness pb detected on intel

This commit is contained in:
Sébastien Loriot 2010-04-26 08:14:33 +00:00
parent d4ef4141a1
commit 6da19089e5
1 changed files with 1 additions and 1 deletions

View File

@ -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();