summaryrefslogtreecommitdiff
path: root/epan/dfilter/dfilter-macro.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-03-17 16:48:47 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-03-17 16:48:47 +0000
commit81e80f2c0b43144a020ded42a2c5b8e9b66c6b2a (patch)
tree56e58097dee5ea53c965631cdc442cac735c6735 /epan/dfilter/dfilter-macro.c
parent9a376b8cd0d0302a3ebbc5d5994c6a647dae4887 (diff)
downloadwireshark-81e80f2c0b43144a020ded42a2c5b8e9b66c6b2a.tar.gz
From beroset:
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48355
Diffstat (limited to 'epan/dfilter/dfilter-macro.c')
-rw-r--r--epan/dfilter/dfilter-macro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dfilter/dfilter-macro.c b/epan/dfilter/dfilter-macro.c
index f4dd745cfa..44aeea09a2 100644
--- a/epan/dfilter/dfilter-macro.c
+++ b/epan/dfilter/dfilter-macro.c
@@ -611,7 +611,7 @@ void dfilter_macro_init(void) {
sizeof(dfilter_macro_t),
DFILTER_MACRO_FILENAME,
TRUE,
- (void*) &macros,
+ (void**) &macros,
&num_macros,
0, /* doesn't affect anything that requires a GUI update */
"ChDisplayFilterMacrosSection",