summaryrefslogtreecommitdiffstats
path: root/src/ui/widget
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2013-03-14 10:28:27 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2013-03-14 10:28:27 +0000
commitc2fc1ca64cb822e76211d145a2ebcd6ff62a66d2 (patch)
tree4f4f0c8c71e8098e76ac525fa4b2008efb798b88 /src/ui/widget
parentKill ancient gcc version check in configure.ac and fix a load of broken forwa... (diff)
downloadinkscape-c2fc1ca64cb822e76211d145a2ebcd6ff62a66d2.tar.gz
inkscape-c2fc1ca64cb822e76211d145a2ebcd6ff62a66d2.zip
Fix another tonne of forward declaration tags
(bzr r12204)
Diffstat (limited to 'src/ui/widget')
-rw-r--r--src/ui/widget/object-composite-settings.h2
-rw-r--r--src/ui/widget/style-subject.h2
-rw-r--r--src/ui/widget/style-swatch.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/widget/object-composite-settings.h b/src/ui/widget/object-composite-settings.h
index c7c09a816..bee9f09b9 100644
--- a/src/ui/widget/object-composite-settings.h
+++ b/src/ui/widget/object-composite-settings.h
@@ -24,7 +24,7 @@
class SPDesktop;
namespace Inkscape {
-class Application;
+struct Application;
namespace UI {
namespace Widget {
diff --git a/src/ui/widget/style-subject.h b/src/ui/widget/style-subject.h
index 47da91732..c2941d995 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;
-class SPStyle;
+struct SPStyle;
namespace Inkscape {
class Selection;
diff --git a/src/ui/widget/style-swatch.h b/src/ui/widget/style-swatch.h
index 7e385e3df..2b9c32b2e 100644
--- a/src/ui/widget/style-swatch.h
+++ b/src/ui/widget/style-swatch.h
@@ -27,7 +27,7 @@
#include "preferences.h"
class SPUnit;
-class SPStyle;
+struct SPStyle;
class SPCSSAttr;
namespace Gtk {