aboutsummaryrefslogtreecommitdiff
path: root/src/addressitem.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-02-14 06:36:41 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-02-14 06:36:41 +0000
commitfeb6101e80dbb0f870730420af1cfae342758e93 (patch)
tree28c6e55ce815d8fc3cb5ca243c1f1de5c5a5d345 /src/addressitem.h
parent5f66d9ac8697b19fa8cc1556bab81c5a44024af4 (diff)
renamed 'interface' in struct to 'iface' to prevent compilation problem on some environments.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2844 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/addressitem.h')
-rw-r--r--src/addressitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/addressitem.h b/src/addressitem.h
index 8752aa0a..8da66142 100644
--- a/src/addressitem.h
+++ b/src/addressitem.h
@@ -109,7 +109,7 @@ struct _AddressObject {
typedef struct _AdapterInterface AdapterInterface;
struct _AdapterInterface {
AddressObject obj;
- AddressInterface *interface;
+ AddressInterface *iface;
AddressIfType interfaceType;
AddressTypeControlItem *atci;
gboolean enabled;