summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/selected-style.h
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2013-03-14 23:24:17 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2013-03-14 23:24:17 +0000
commit4c75974f2ac6bfe751e583fca37ffdd8b14ea84d (patch)
tree22ce7ae0082ea2387a2349b9248b59d87953d32a /src/ui/widget/selected-style.h
parentFix another tonne of forward declaration tags (diff)
downloadinkscape-4c75974f2ac6bfe751e583fca37ffdd8b14ea84d.tar.gz
inkscape-4c75974f2ac6bfe751e583fca37ffdd8b14ea84d.zip
Fix another load of forward declaration tags
(bzr r12205)
Diffstat (limited to 'src/ui/widget/selected-style.h')
-rw-r--r--src/ui/widget/selected-style.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/selected-style.h b/src/ui/widget/selected-style.h
index 6d5222429..9b78cb17f 100644
--- a/src/ui/widget/selected-style.h
+++ b/src/ui/widget/selected-style.h
@@ -40,7 +40,7 @@
#include "helper/units.h"
class SPDesktop;
-class SPUnit;
+struct SPUnit;
namespace Inkscape {
namespace UI {