Code

Make curvature work again by fixing a minor omission
[inkscape.git] / src / sp-glyph.h
index b7a7c316fedde0fc847939b6042e4854083e6491..8c35a3a8342531de4a18e42a6c5644e2c7f48a26 100644 (file)
@@ -39,8 +39,8 @@ enum glyphOrientation {
 };
 
 struct SPGlyph : public SPObject {
-    char* unicode;
-    char* glyph_name;
+    Glib::ustring unicode;
+    Glib::ustring glyph_name;
     char* d;
     glyphOrientation orientation;
     glyphArabicForm arabic_form;