From d28861b607328bbbb06c3032908ab7d62b467dea Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Wed, 10 Aug 2005 19:49:45 +0000 Subject: removed tons of MSVC const related warnings. This might at some places interfere with the changes for gcc4, we might have to negotiate in that case :-) Please note that a lot of these warnings were GTK1.x related only! svn path=/trunk/; revision=15286 --- gtk/sctp_stat_dlg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/sctp_stat_dlg.c') diff --git a/gtk/sctp_stat_dlg.c b/gtk/sctp_stat_dlg.c index 39455c7158..fad456fef8 100644 --- a/gtk/sctp_stat_dlg.c +++ b/gtk/sctp_stat_dlg.c @@ -495,11 +495,11 @@ gtk_sctpstat_dlg(void) ascend_pm = gdk_pixmap_create_from_xpm_d(scrolledwindow1->window, &ascend_bm, &win_style->bg[GTK_STATE_NORMAL], - (const gchar **)clist_ascend_xpm); + (gchar **)clist_ascend_xpm); descend_pm = gdk_pixmap_create_from_xpm_d(scrolledwindow1->window, &descend_bm, &win_style->bg[GTK_STATE_NORMAL], - (const gchar **)clist_descend_xpm); + (gchar **)clist_descend_xpm); for (i=0; i