Constify (missed in r30051)

svn path=/trunk/; revision=30054
This commit is contained in:
Kovarththanan Rajaratnam 2009-09-21 20:00:29 +00:00
parent aa4af67e1b
commit 8af452f83d
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ set_frame_mark(gboolean set, frame_data *frame, gint row)
gtk_clist_set_foreground(GTK_CLIST(packet_list), row, &fg);
gtk_clist_set_background(GTK_CLIST(packet_list), row, &bg);
} else {
color_filter_t *cfilter = frame->color_filter;
const color_filter_t *cfilter = frame->color_filter;
cf_unmark_frame(&cfile, frame);
/* Restore the color from the matching color filter if any */