Code

remove desktop-affine.cpp
[inkscape.git] / src / sp-glyph-kerning.h
index 8da752e496e66be845d68ba9e53e22c3d367542d..ec0866c2c2b57db9be988b3b8e1c32063623befb 100644 (file)
@@ -36,7 +36,7 @@ class GlyphNames{
 public: 
 GlyphNames(const gchar* value);
 ~GlyphNames();
-bool contains(gchar* name);
+bool contains(const char* name);
 private:
 gchar* names;
 };