Code

spcc_flush_white(SPConnectorContext *cc, SPCurve *gc) now uses curve->get_pathvector...
[inkscape.git] / src / sp-shape.h
index cc25d2e88f9cf3d4d3a0fdd20d8137fe1fa4b260..d0bfc376a920616883c12d1f29682f578c1c1dc7 100644 (file)
@@ -63,6 +63,6 @@ void sp_shape_set_marker (SPObject *object, unsigned int key, const gchar *value
 int sp_shape_has_markers (SPShape const *shape);
 int sp_shape_number_of_markers (SPShape* Shape, int type);
 NR::Matrix sp_shape_marker_get_transform(SPShape const *shape, NArtBpath const *bp);
-bool sp_shape_marker_required(SPShape const *shape, int const m, NArtBpath *bp);
+bool sp_shape_marker_required(SPShape const *shape, int const m, NArtBpath const *bp);
 
 #endif