Code

Translations. po files update; fix Ahmaric header.
[inkscape.git] / src / sp-font.h
index 3ec866ccc83e3a18b9373b9cbc05e9472c22a418..a0f895a520b7ee5f787b80d4fb157c2394b58c41 100644 (file)
@@ -1,11 +1,15 @@
-#ifndef __SP_FONT_H__
-#define __SP_FONT_H__
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+#ifndef SP_FONT_H_SEEN
+#define SP_FONT_H_SEEN
 
 /*
  * SVG <font> element implementation
  *
  * Authors:
- *    Felipe C. da S. Sanches <felipe.sanches@gmail.com>
+ *    Felipe C. da S. Sanches <juca@members.fsf.org>
  *
  * Copyright (C) 2008 Felipe C. da S. Sanches
  *
@@ -30,9 +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 //#ifndef SP_FONT_H_SEEN