fix warnings for gcc 4.2

svn path=/trunk/; revision=21974
This commit is contained in:
Sebastien Tandel 2007-05-29 02:29:38 +00:00
parent 77a163a6e3
commit d3d3f9bc68
1 changed files with 1 additions and 1 deletions

View File

@ -2019,7 +2019,7 @@ static void h245_free_labels(guint32 new_frame_num)
}
/* add the frame_label and comment to h245_labels and free the actual one if it is different frame num */
static void h245_add_label(guint32 new_frame_num, gchar *frame_label, gchar *comment)
static void h245_add_label(guint32 new_frame_num, const gchar *frame_label, const gchar *comment)
{
h245_free_labels(new_frame_num);