aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs-int.h
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-03 22:16:49 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-03 22:16:49 +0000
commit65db82872c943d87e5191c65c369d41b9a4d533e (patch)
tree0ca97a1e6ede7c1710e66f7d5c352b2d4fef0656 /epan/prefs-int.h
parentdbd9c134fafed03d108d6a572cf5b4ccef108b7b (diff)
When including <epan/prefs.h> don't force inclusion of <epan/uat.h>
svn path=/trunk/; revision=53769
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 7438bc3004..52fc65fa6e 100644
--- a/epan/prefs-int.h
+++ b/epan/prefs-int.h
@@ -121,7 +121,7 @@ struct preference {
gint *enump;
const char **string;
range_t **range;
- uat_t* uat;
+ struct epan_uat* uat;
color_t *colorp;
GList** list;
} varp; /**< pointer to variable storing the value */