removed tons of MSVC const related warnings.
[obnox/wireshark/wip.git] / gtk / capture_prefs.c
index bef43aa646de959c51218c08eff5f88166f4ab49..594d9d95276ded5d9a2befd6caf9711dc2037416 100644 (file)
@@ -288,7 +288,7 @@ ifopts_edit_cb(GtkWidget *w, gpointer data _U_)
        /*
         * Create current options CList.
         */
-       cur_clist = gtk_clist_new_with_titles(IFOPTS_CLIST_COLS, cur_titles);
+       cur_clist = gtk_clist_new_with_titles(IFOPTS_CLIST_COLS, (gchar **) cur_titles);
        gtk_clist_set_column_width(GTK_CLIST(cur_clist), 1, 230);
        gtk_clist_set_column_width(GTK_CLIST(cur_clist), 2, 260);
        gtk_clist_set_column_width(GTK_CLIST(cur_clist), 3, 40);