summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-xmlview-tree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/sp-xmlview-tree.cpp')
-rw-r--r--src/widgets/sp-xmlview-tree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/sp-xmlview-tree.cpp b/src/widgets/sp-xmlview-tree.cpp
index 293f7aa13..d9d208857 100644
--- a/src/widgets/sp-xmlview-tree.cpp
+++ b/src/widgets/sp-xmlview-tree.cpp
@@ -132,7 +132,7 @@ sp_xmlview_tree_get_type (void)
if (!type) {
static const GtkTypeInfo info = {
- "SPXMLViewTree",
+ (gchar*) "SPXMLViewTree",
sizeof (SPXMLViewTree),
sizeof (SPXMLViewTreeClass),
(GtkClassInitFunc) sp_xmlview_tree_class_init,