Code

Node tool: special case node duplication for endnodes - select new endnode
[inkscape.git] / src / sp-glyph-kerning.h
index 1800306097445efd243e8f571398ca3737bd1b3a..ce9b4bb15e9638df58bb8d3911af66392ab80df8 100644 (file)
@@ -1,4 +1,7 @@
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #ifdef ENABLE_SVG_FONTS
 #ifndef __SP_GLYPH_KERNING_H__
 #define __SP_GLYPH_KERNING_H__
@@ -7,7 +10,7 @@
  * SVG <hkern> and <vkern> elements 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
  *
@@ -33,7 +36,7 @@ class GlyphNames{
 public: 
 GlyphNames(const gchar* value);
 ~GlyphNames();
-bool contains(gchar* name);
+bool contains(const char* name);
 private:
 gchar* names;
 };