summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2014-04-26 08:17:28 +0000
committertavmjong-free <tavmjong@free.fr>2014-04-26 08:17:28 +0000
commitb9f4d7dfe7411f551192a98a3d8151e14149c5ae (patch)
treea1a05006ed6b30e868adf3a813a6ffab02f1773e /src/widgets
parentFix remaining cmake build error in 2geom (bug #1283174) (diff)
downloadinkscape-b9f4d7dfe7411f551192a98a3d8151e14149c5ae.tar.gz
inkscape-b9f4d7dfe7411f551192a98a3d8151e14149c5ae.zip
Clean up of style code: Patch from suv: SPStyle: struct -> class
(bzr r13309)
Diffstat (limited to 'src/widgets')
-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..d6ad3f50c 100644
--- a/src/widgets/paint-selector.h
+++ b/src/widgets/paint-selector.h
@@ -23,7 +23,7 @@
class SPGradient;
class SPDesktop;
class SPPattern;
-struct SPStyle;
+class SPStyle;
#define SP_TYPE_PAINT_SELECTOR (sp_paint_selector_get_type ())
#define SP_PAINT_SELECTOR(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), SP_TYPE_PAINT_SELECTOR, SPPaintSelector))