summaryrefslogtreecommitdiffstats
path: root/src/ui/widget
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/ui/widget
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/ui/widget')
-rw-r--r--src/ui/widget/style-subject.h2
-rw-r--r--src/ui/widget/style-swatch.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/widget/style-subject.h b/src/ui/widget/style-subject.h
index c2941d995..47da91732 100644
--- a/src/ui/widget/style-subject.h
+++ b/src/ui/widget/style-subject.h
@@ -20,7 +20,7 @@
class SPDesktop;
class SPObject;
class SPCSSAttr;
-struct SPStyle;
+class SPStyle;
namespace Inkscape {
class Selection;
diff --git a/src/ui/widget/style-swatch.h b/src/ui/widget/style-swatch.h
index 23ecbdfda..557ca82e2 100644
--- a/src/ui/widget/style-swatch.h
+++ b/src/ui/widget/style-swatch.h
@@ -29,7 +29,7 @@
#include "desktop.h"
#include "preferences.h"
-struct SPStyle;
+class SPStyle;
class SPCSSAttr;
namespace Gtk {