summaryrefslogtreecommitdiffstats
path: root/src/widgets/paint-selector.h
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2013-03-15 01:08:49 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2013-03-15 01:08:49 +0000
commitbe604f252f3f917a4b9fba73867980f81b3c8530 (patch)
tree7d346ea984c549aa1ca9bf6c545160305a166f2a /src/widgets/paint-selector.h
parentFix table layout in fill and stroke dialog in Gtk+ 2 (diff)
downloadinkscape-be604f252f3f917a4b9fba73867980f81b3c8530.tar.gz
inkscape-be604f252f3f917a4b9fba73867980f81b3c8530.zip
Fix remaining forward declaration tags (except for unavoidable internal errors in Gtkmm headers)
(bzr r12208)
Diffstat (limited to 'src/widgets/paint-selector.h')
-rw-r--r--src/widgets/paint-selector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/paint-selector.h b/src/widgets/paint-selector.h
index d3b3f4116..a66758434 100644
--- a/src/widgets/paint-selector.h
+++ b/src/widgets/paint-selector.h
@@ -22,7 +22,7 @@
class SPGradient;
class SPDesktop;
-class SPPattern;
+struct SPPattern;
struct SPStyle;
#define SP_TYPE_PAINT_SELECTOR (sp_paint_selector_get_type ())