summaryrefslogtreecommitdiffstats
path: root/src/libavoid/shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libavoid/shape.h')
-rw-r--r--src/libavoid/shape.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libavoid/shape.h b/src/libavoid/shape.h
index 8989cf375..cdcbe7839 100644
--- a/src/libavoid/shape.h
+++ b/src/libavoid/shape.h
@@ -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);