Code

Connector tool: make connectors avoid the convex hull of shapes.
[inkscape.git] / src / sp-clippath.h
index d6a4e6f0b8b39f1bc13b04047fe9358260b36078..199b29f3b3f279e72cb5cbdc9dd90321e73f6693 100644 (file)
@@ -59,6 +59,6 @@ void sp_clippath_hide(SPClipPath *cp, unsigned int key);
 void sp_clippath_set_bbox(SPClipPath *cp, unsigned int key, NRRect *bbox);
 void sp_clippath_get_bbox(SPClipPath *cp, NRRect *bbox, Geom::Matrix const &transform, unsigned const flags);
 
-const gchar *sp_clippath_create (GSList *reprs, Document *document, Geom::Matrix const* applyTransform);
+const gchar *sp_clippath_create (GSList *reprs, SPDocument *document, Geom::Matrix const* applyTransform);
 
 #endif