diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2013-03-14 10:28:27 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2013-03-14 10:28:27 +0000 |
| commit | c2fc1ca64cb822e76211d145a2ebcd6ff62a66d2 (patch) | |
| tree | 4f4f0c8c71e8098e76ac525fa4b2008efb798b88 /src/gradient-chemistry.h | |
| parent | Kill ancient gcc version check in configure.ac and fix a load of broken forwa... (diff) | |
| download | inkscape-c2fc1ca64cb822e76211d145a2ebcd6ff62a66d2.tar.gz inkscape-c2fc1ca64cb822e76211d145a2ebcd6ff62a66d2.zip | |
Fix another tonne of forward declaration tags
(bzr r12204)
Diffstat (limited to 'src/gradient-chemistry.h')
| -rw-r--r-- | src/gradient-chemistry.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gradient-chemistry.h b/src/gradient-chemistry.h index 66a8e5281..728874f88 100644 --- a/src/gradient-chemistry.h +++ b/src/gradient-chemistry.h @@ -20,6 +20,7 @@ #include "sp-gradient.h" +class SPCSSAttr; class SPItem; /** @@ -96,8 +97,6 @@ Geom::Point getGradientCoords(SPItem *item, GrPointType point_type, guint point_ SPGradient *sp_item_gradient_get_vector(SPItem *item, Inkscape::PaintTarget fill_or_stroke); SPGradientSpread sp_item_gradient_get_spread(SPItem *item, Inkscape::PaintTarget fill_or_stroke); -struct SPCSSAttr; - void sp_item_gradient_stop_set_style(SPItem *item, GrPointType point_type, guint point_i, Inkscape::PaintTarget fill_or_stroke, SPCSSAttr *stop); guint32 sp_item_gradient_stop_query_style(SPItem *item, GrPointType point_type, guint point_i, Inkscape::PaintTarget fill_or_stroke); void sp_item_gradient_edit_stop(SPItem *item, GrPointType point_type, guint point_i, Inkscape::PaintTarget fill_or_stroke); |
