summaryrefslogtreecommitdiffstats
path: root/src/libnrtype
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/libnrtype
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/libnrtype')
-rw-r--r--src/libnrtype/Layout-TNG.h2
-rw-r--r--src/libnrtype/font-style-to-pos.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libnrtype/Layout-TNG.h b/src/libnrtype/Layout-TNG.h
index f4a09f25b..488a974ea 100644
--- a/src/libnrtype/Layout-TNG.h
+++ b/src/libnrtype/Layout-TNG.h
@@ -34,7 +34,7 @@ namespace Inkscape {
using Inkscape::Extension::Internal::CairoRenderContext;
#endif
-class SPStyle;
+struct SPStyle;
class Shape;
class SPPrintContext;
class SVGLength;
diff --git a/src/libnrtype/font-style-to-pos.h b/src/libnrtype/font-style-to-pos.h
index 41ba6cf72..56eb391c2 100644
--- a/src/libnrtype/font-style-to-pos.h
+++ b/src/libnrtype/font-style-to-pos.h
@@ -3,7 +3,7 @@
#include <libnrtype/nr-type-pos-def.h>
-class SPStyle;
+struct SPStyle;
NRTypePosDef font_style_to_pos(SPStyle const &style);