From feb6101e80dbb0f870730420af1cfae342758e93 Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 14 Feb 2011 06:36:41 +0000 Subject: 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 --- src/addressitem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/addressitem.h') 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; -- cgit v1.2.3