Code

Warning cleanup.
[inkscape.git] / src / sp-polygon.h
index 0da720fc2111bf43e1d83108e98463b652182ca8..3ea91be761cca57a7a7f7b18d43ee45e5597f968 100644 (file)
@@ -30,4 +30,7 @@ struct SPPolygonClass {
 
 GType sp_polygon_get_type (void);
 
+// made 'public' so that SPCurve can set it as friend:
+void sp_polygon_set(SPObject *object, unsigned int key, const gchar *value);
+
 #endif