Code

fix pasting style after copying a text span
[inkscape.git] / src / sp-font.h
index 7f54e21a0615494fd4479dcd390ad05442e18896..fad7ead42bbdfb3568f549f3e7effd3237154c4f 100644 (file)
@@ -2,9 +2,8 @@
 # include <config.h>
 #endif
 
-#ifdef ENABLE_SVG_FONTS
-#ifndef __SP_FONT_H__
-#define __SP_FONT_H__
+#ifndef SP_FONT_H_SEEN
+#define SP_FONT_H_SEEN
 
 /*
  * SVG <font> element implementation
@@ -35,10 +34,9 @@ struct SPFont : public SPObject {
 };
 
 struct SPFontClass {
-       SPObjectClass parent_class;
+    SPObjectClass parent_class;
 };
 
 GType sp_font_get_type (void);
 
-#endif //#ifndef __SP_FONT_H__
-#endif //#ifdef ENABLE_SVG_FONTS
+#endif //#ifndef SP_FONT_H_SEEN