Code

Various snapping cleanups and bug fixes.
[inkscape.git] / src / libavoid / shape.h
index 8989cf37532f11910ef0f6a66b9fb278c22f8248..cdcbe7839ddce3ea66aa105a83b949c8f683645c 100644 (file)
@@ -40,6 +40,7 @@ class ShapeRef
     public:
         ShapeRef(Router *router, unsigned int id, Polygn& poly);
         ~ShapeRef();
+        void setNewPoly(Polygn& poly);
         VertInf *firstVert(void);
         VertInf *lastVert(void);
         unsigned int id(void);