summaryrefslogtreecommitdiffstats
path: root/src/desktop-style.h
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/desktop-style.h
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/desktop-style.h')
-rw-r--r--src/desktop-style.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/desktop-style.h b/src/desktop-style.h
index 47575de75..fc20e97b9 100644
--- a/src/desktop-style.h
+++ b/src/desktop-style.h
@@ -16,10 +16,10 @@
#include <glib.h>
class ColorRGBA;
-class SPCSSAttr;
-class SPDesktop;
-class SPObject;
-struct SPStyle;
+class SPCSSAttr;
+class SPDesktop;
+class SPObject;
+class SPStyle;
namespace Inkscape {
namespace XML {
class Node;