=== modified file 'src/desktop-style.h' --- src/desktop-style.h 2014-03-27 01:33:44 +0000 +++ src/desktop-style.h 2014-04-24 08:40:21 +0000 @@ -16,10 +16,10 @@ #include class ColorRGBA; -class SPCSSAttr; -class SPDesktop; -class SPObject; -struct SPStyle; +class SPCSSAttr; +class SPDesktop; +class SPObject; +class SPStyle; namespace Inkscape { namespace XML { class Node; === modified file 'src/desktop.h' --- src/desktop.h 2014-04-19 04:52:30 +0000 +++ src/desktop.h 2014-04-24 08:38:53 +0000 @@ -54,10 +54,10 @@ } } -class SPItem; +class SPItem; class SPNamedView; -class SPObject; -struct SPStyle; +class SPObject; +class SPStyle; typedef struct _DocumentInterface DocumentInterface;//struct DocumentInterface; namespace Gtk === modified file 'src/display/drawing-group.h' --- src/display/drawing-group.h 2014-03-27 01:33:44 +0000 +++ src/display/drawing-group.h 2014-04-24 08:45:18 +0000 @@ -14,7 +14,7 @@ #include "display/drawing-item.h" -struct SPStyle; +class SPStyle; namespace Inkscape { === modified file 'src/display/drawing-item.h' --- src/display/drawing-item.h 2014-03-27 01:33:44 +0000 +++ src/display/drawing-item.h 2014-04-24 08:41:41 +0000 @@ -20,7 +20,7 @@ #include <2geom/rect.h> #include <2geom/affine.h> -struct SPStyle; +class SPStyle; namespace Inkscape { === modified file 'src/display/drawing-shape.h' --- src/display/drawing-shape.h 2014-03-27 01:33:44 +0000 +++ src/display/drawing-shape.h 2014-04-24 08:45:42 +0000 @@ -15,7 +15,7 @@ #include "display/drawing-item.h" #include "display/nr-style.h" -struct SPStyle; +class SPStyle; class SPCurve; namespace Inkscape { === modified file 'src/display/drawing-text.h' --- src/display/drawing-text.h 2014-03-27 01:33:44 +0000 +++ src/display/drawing-text.h 2014-04-24 08:54:52 +0000 @@ -15,7 +15,7 @@ #include "display/drawing-group.h" #include "display/nr-style.h" -struct SPStyle; +class SPStyle; class font_instance; namespace Inkscape { === modified file 'src/display/nr-filter-primitive.h' --- src/display/nr-filter-primitive.h 2014-03-27 01:33:44 +0000 +++ src/display/nr-filter-primitive.h 2014-04-24 08:39:29 +0000 @@ -16,7 +16,7 @@ #include "display/nr-filter-types.h" #include "svg/svg-length.h" -struct SPStyle; +class SPStyle; namespace Inkscape { namespace Filters { === modified file 'src/display/nr-style.h' --- src/display/nr-style.h 2014-03-27 01:33:44 +0000 +++ src/display/nr-style.h 2014-04-24 08:46:04 +0000 @@ -17,7 +17,7 @@ #include "color.h" class SPPaintServer; -struct SPStyle; +class SPStyle; namespace Inkscape { class DrawingContext; === modified file 'src/extension/implementation/implementation.h' --- src/extension/implementation/implementation.h 2014-03-27 01:33:44 +0000 +++ src/extension/implementation/implementation.h 2014-04-24 08:46:22 +0000 @@ -29,7 +29,7 @@ } class SPDocument; -struct SPStyle; +class SPStyle; namespace Inkscape { === modified file 'src/extension/internal/emf-inout.h' --- src/extension/internal/emf-inout.h 2014-02-08 07:17:30 +0000 +++ src/extension/internal/emf-inout.h 2014-04-24 08:53:23 +0000 @@ -40,7 +40,7 @@ } EMF_STRINGS, *PEMF_STRINGS; typedef struct emf_device_context { - struct SPStyle style; + class SPStyle style; char *font_name; bool stroke_set; int stroke_mode; // enumeration from drawmode, not used if fill_set is not True === modified file 'src/extension/internal/wmf-inout.h' --- src/extension/internal/wmf-inout.h 2014-01-17 23:24:11 +0000 +++ src/extension/internal/wmf-inout.h 2014-04-24 08:53:13 +0000 @@ -39,7 +39,7 @@ } WMF_STRINGS, *PWMF_STRINGS; typedef struct wmf_device_context { - struct SPStyle style; + class SPStyle style; char *font_name; bool stroke_set; int stroke_mode; // enumeration from drawmode, not used if fill_set is not True === modified file 'src/libnrtype/Layout-TNG.h' --- src/libnrtype/Layout-TNG.h 2014-03-27 01:33:44 +0000 +++ src/libnrtype/Layout-TNG.h 2014-04-24 08:42:38 +0000 @@ -34,7 +34,7 @@ using Inkscape::Extension::Internal::CairoRenderContext; #endif -struct SPStyle; +class SPStyle; class Shape; struct SPPrintContext; class SVGLength; === modified file 'src/libnrtype/font-lister.h' --- src/libnrtype/font-lister.h 2014-04-22 14:37:22 +0000 +++ src/libnrtype/font-lister.h 2014-04-24 08:48:09 +0000 @@ -26,7 +26,7 @@ class SPObject; class SPDocument; class SPCSSAttr; -struct SPStyle; +class SPStyle; namespace Inkscape { === modified file 'src/libnrtype/font-style-to-pos.h' --- src/libnrtype/font-style-to-pos.h 2014-03-27 01:33:44 +0000 +++ src/libnrtype/font-style-to-pos.h 2014-04-24 08:48:23 +0000 @@ -3,7 +3,7 @@ #include -struct SPStyle; +class SPStyle; NRTypePosDef font_style_to_pos(SPStyle const &style); === modified file 'src/livarot/Path.h' --- src/livarot/Path.h 2014-03-27 01:33:44 +0000 +++ src/livarot/Path.h 2014-04-24 08:38:00 +0000 @@ -20,7 +20,7 @@ struct PathDescrBezierTo; struct PathDescrIntermBezierTo; -struct SPStyle; +class SPStyle; /* * the Path class: a structure to hold path description and their polyline approximation (not kept in sync) === modified file 'src/print.h' --- src/print.h 2014-03-27 01:33:44 +0000 +++ src/print.h 2014-04-24 08:40:52 +0000 @@ -18,7 +18,7 @@ } class SPDocument; -struct SPStyle; +class SPStyle; namespace Inkscape { namespace Extension { === modified file 'src/sp-object.h' --- src/sp-object.h 2014-04-05 06:15:20 +0000 +++ src/sp-object.h 2014-04-24 08:37:23 +0000 @@ -56,7 +56,7 @@ #include "util/forward-pointer-iterator.h" class SPCSSAttr; -struct SPStyle; +class SPStyle; namespace Inkscape { namespace XML { === modified file 'src/text-editing.h' --- src/text-editing.h 2014-03-27 01:33:44 +0000 +++ src/text-editing.h 2014-04-24 08:43:24 +0000 @@ -18,11 +18,11 @@ #include "libnrtype/Layout-TNG.h" #include "text-tag-attributes.h" -class SPCSSAttr; -class SPDesktop; -class SPItem; -class SPObject; -struct SPStyle; +class SPCSSAttr; +class SPDesktop; +class SPItem; +class SPObject; +class SPStyle; typedef std::pair iterator_pair; === modified file 'src/ui/widget/style-subject.h' --- src/ui/widget/style-subject.h 2014-03-27 01:33:44 +0000 +++ src/ui/widget/style-subject.h 2014-04-24 08:49:13 +0000 @@ -20,7 +20,7 @@ class SPDesktop; class SPObject; class SPCSSAttr; -struct SPStyle; +class SPStyle; namespace Inkscape { class Selection; === modified file 'src/ui/widget/style-swatch.h' --- src/ui/widget/style-swatch.h 2014-03-27 01:33:44 +0000 +++ src/ui/widget/style-swatch.h 2014-04-24 08:49:21 +0000 @@ -29,7 +29,7 @@ #include "desktop.h" #include "preferences.h" -struct SPStyle; +class SPStyle; class SPCSSAttr; namespace Gtk { === modified file 'src/widgets/paint-selector.h' --- src/widgets/paint-selector.h 2014-03-27 01:33:44 +0000 +++ src/widgets/paint-selector.h 2014-04-24 08:50:02 +0000 @@ -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))