Code

gcc warning cleanup
[inkscape.git] / src / widgets / icon.cpp
index 5aad614b4e60aec2478e32cc2a7bac4aae15befb..dccd0916e48d50e027b3e88a9a579920b1871549 100644 (file)
@@ -102,7 +102,7 @@ sp_icon_get_type()
     static GtkType type = 0;
     if (!type) {
         GtkTypeInfo info = {
-            "SPIcon",
+            (gchar*) "SPIcon",
             sizeof(SPIcon),
             sizeof(SPIconClass),
             (GtkClassInitFunc) sp_icon_class_init,