aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/stats_tree_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/stats_tree_priv.h b/epan/stats_tree_priv.h
index f47680b758..9a89ac9c6d 100644
--- a/epan/stats_tree_priv.h
+++ b/epan/stats_tree_priv.h
@@ -288,7 +288,7 @@ WS_DLL_PUBLIC GString* stats_tree_format_as_str(const stats_tree* st,
/** helper funcation to add note to formatted stats_tree */
WS_DLL_PUBLIC void stats_tree_format_node_as_str(const stat_node *node,
GString *s,
- guint format,
+ st_format_type format_type,
guint indent,
const gchar *path,
gint maxnamelen,