aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs-int.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-01-19 00:57:57 +0000
committerGerald Combs <gerald@wireshark.org>2013-01-19 00:57:57 +0000
commit2c5ce01f33e752222fa6fcaea8abe90e219c0753 (patch)
treebfc93a2b32cdf8b9e6b3a41052147bef7c556c4a /epan/prefs-int.h
parent69489bc85a6d420c8e9766574f63d07e4a679a4e (diff)
Add an "Appearance" (aka "User Interface") preference pane. Having an
"Advanced" pane gives us the luxury of omitting some items in favor of simplicity so do that. svn path=/trunk/; revision=47158
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 799a7fa4dd..2da275397a 100644
--- a/epan/prefs-int.h
+++ b/epan/prefs-int.h
@@ -112,7 +112,7 @@ struct preference {
const char *description; /**< human-readable description of preference */
int ordinal; /**< ordinal number of this preference */
pref_type_t type; /**< type of that preference */
- union {
+ union { /* The Qt preference code assumes that these will all be pointers (and unique) */
guint *uint;
gboolean *boolp;
gint *enump;