summaryrefslogtreecommitdiff
path: root/telepathy-glib/proxy.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-10-15 10:42:25 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-10-15 10:42:25 +0100
commit3ffb4060354922dbe34ea37c21fd8a680c14e144 (patch)
treeafee7cdbb59f8ddbf417b5236b9686920827f479 /telepathy-glib/proxy.h
parente2b4e1641eaaadfa585a11e25e0a1b94e0ac4415 (diff)
downloadtelepathy-glib-3ffb4060354922dbe34ea37c21fd8a680c14e144.tar.gz
TpProxy: use unsigned for booleans in bitfields
Diffstat (limited to 'telepathy-glib/proxy.h')
-rw-r--r--telepathy-glib/proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/proxy.h b/telepathy-glib/proxy.h
index 0ef389f11..83c3e058d 100644
--- a/telepathy-glib/proxy.h
+++ b/telepathy-glib/proxy.h
@@ -74,7 +74,7 @@ struct _TpProxyClass {
GQuark interface;
- gboolean must_have_unique_name:1;
+ unsigned must_have_unique_name:1;
guint _reserved_flags:31;
GCallback _reserved[4];