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/icon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/icon.cpp') diff --git a/src/widgets/icon.cpp b/src/widgets/icon.cpp index 5aad614b4..dccd0916e 100644 --- a/src/widgets/icon.cpp +++ b/src/widgets/icon.cpp @@ -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, -- cgit v1.2.3