aboutsummaryrefslogtreecommitdiff
path: root/src/addrindex.h
diff options
context:
space:
mode:
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;
};