Code

* src/libavoid/connector.cpp, src/libavoid/connector.h,
[inkscape.git] / src / libavoid / shape.cpp
index b08e75f3ea4b1b7832abdef31bf03c67257a70e8..43195080183e19c5a1365f9a51b7509e95ef5a1c 100644 (file)
@@ -31,7 +31,7 @@ namespace Avoid {
 ShapeRefList shapeRefs;
 
 
-ShapeRef::ShapeRef(uint id, Polygn& ply)
+ShapeRef::ShapeRef(unsigned int id, Polygn& ply)
     : _id(id)
     , _poly(copyPoly(ply))
     , _active(false)
@@ -130,7 +130,7 @@ VertInf *ShapeRef::lastVert(void)
 }
 
 
-uint ShapeRef::id(void)
+unsigned int ShapeRef::id(void)
 {
     return _id;
 }