summaryrefslogtreecommitdiff
path: root/epan/prefs-int.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-12-04 01:45:17 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-12-04 01:45:17 +0000
commit75eacd9ad5b852cf26c4085304d8ff3c8f2e5c6d (patch)
tree6414abe7172021161cb8ee9869fb7c427fe66735 /epan/prefs-int.h
parentc20bb13d675cda44a70790b67893a8fafc7e535f (diff)
downloadwireshark-75eacd9ad5b852cf26c4085304d8ff3c8f2e5c6d.tar.gz
remove the use of GTrees and replace these with emem trees instead
svn path=/trunk/; revision=23734
Diffstat (limited to 'epan/prefs-int.h')
-rw-r--r--epan/prefs-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/prefs-int.h b/epan/prefs-int.h
index 8ab014a5ff..cd7111196b 100644
--- a/epan/prefs-int.h
+++ b/epan/prefs-int.h
@@ -32,7 +32,7 @@ struct pref_module {
const char *description;/* Description of module (displayed in preferences notebook) */
void (*apply_cb)(void); /* routine to call when preferences applied */
GList *prefs; /* list of its preferences */
- GTree *submodules; /* list of its submodules */
+ emem_tree_t *submodules;/* list of its submodules */
int numprefs; /* number of non-obsolete preferences */
gboolean prefs_changed; /* if TRUE, a preference has changed since we last checked */
gboolean obsolete; /* if TRUE, this is a module that used to