summaryrefslogtreecommitdiffstats
path: root/src/libnrtype
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnrtype')
-rw-r--r--src/libnrtype/font-style-to-pos.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/libnrtype/font-style-to-pos.h b/src/libnrtype/font-style-to-pos.h
index 635c7378d..41ba6cf72 100644
--- a/src/libnrtype/font-style-to-pos.h
+++ b/src/libnrtype/font-style-to-pos.h
@@ -1,12 +1,13 @@
-#ifndef __FONT_STYLE_TO_POS_H__
-#define __FONT_STYLE_TO_POS_H__
+#ifndef SEEN_FONT_STYLE_TO_POS_H
+#define SEEN_FONT_STYLE_TO_POS_H
-#include <forward.h> /* SPStyle */
#include <libnrtype/nr-type-pos-def.h>
-NRTypePosDef font_style_to_pos (SPStyle const &style);
+class SPStyle;
-#endif /* __FONT_STYLE_TO_POS_H__ */
+NRTypePosDef font_style_to_pos(SPStyle const &style);
+
+#endif // SEEN_FONT_STYLE_TO_POS_H
/*
Local Variables: