X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsp-glyph-kerning.h;h=ce9b4bb15e9638df58bb8d3911af66392ab80df8;hb=8a2e76b7021b9b960d7c30801a1a14461d9b5939;hp=1800306097445efd243e8f571398ca3737bd1b3a;hpb=f45619747d788d05b19687aedde8620096f50048;p=inkscape.git diff --git a/src/sp-glyph-kerning.h b/src/sp-glyph-kerning.h index 180030609..ce9b4bb15 100644 --- a/src/sp-glyph-kerning.h +++ b/src/sp-glyph-kerning.h @@ -1,4 +1,7 @@ -#include "config.h" +#ifdef HAVE_CONFIG_H +# include +#endif + #ifdef ENABLE_SVG_FONTS #ifndef __SP_GLYPH_KERNING_H__ #define __SP_GLYPH_KERNING_H__ @@ -7,7 +10,7 @@ * SVG and elements implementation * * Authors: - * Felipe C. da S. Sanches + * Felipe C. da S. Sanches * * 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; };