From f15c0d8790a491a0d0366c9d6fb774889ee0578b Mon Sep 17 00:00:00 2001 From: Felipe Corr??a da Silva Sanches Date: Mon, 9 Feb 2009 02:44:19 +0000 Subject: =?UTF-8?q?gcc=20warning=20cleanup=20warning:=20deprecated=20conve?= =?UTF-8?q?rsion=20from=20string=20constant=20to=20=E2=80=98char*=E2=80=99?= =?UTF-8?q?/'gchar*'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (bzr r7253) --- src/widgets/sp-xmlview-tree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/sp-xmlview-tree.cpp') 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, -- cgit v1.2.3