aboutsummaryrefslogtreecommitdiff
path: root/src/addrindex.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/addrindex.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/addrindex.h')
-rw-r--r--src/addrindex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/addrindex.h b/src/addrindex.h
index f998cbca..092ba379 100644
--- a/src/addrindex.h
+++ b/src/addrindex.h
@@ -88,7 +88,7 @@ typedef struct _AddressDataSource AddressDataSource;
struct _AddressDataSource {
AddrItemObject obj;
AddressIfType type;
- AddressInterface *interface;
+ AddressInterface *iface;
gpointer rawDataSource;
};