aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/wsp_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/wsp_stat.c')
-rw-r--r--gtk/wsp_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/wsp_stat.c b/gtk/wsp_stat.c
index 45868c3235..9319a12bde 100644
--- a/gtk/wsp_stat.c
+++ b/gtk/wsp_stat.c
@@ -157,10 +157,10 @@ index2pdut(gint pdut)
}
static int
-wspstat_packet(void *psp, packet_info *pinfo _U_, epan_dissect_t *edt _U_, void *pri)
+wspstat_packet(void *psp, packet_info *pinfo _U_, epan_dissect_t *edt _U_, const void *pri)
{
wspstat_t *sp=psp;
- wsp_info_value_t *value=pri;
+ const wsp_info_value_t *value=pri;
gint index = pdut2index(value->pdut);
int retour=0;