From f8ba9f02e363e01b34381d945987b6cbefecfe97 Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Sat, 10 Oct 2009 23:09:29 +0200 Subject: Abstract iter base type. --- include/plist/plist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/plist/plist.h b/include/plist/plist.h index 484203b..bfd934f 100644 --- a/include/plist/plist.h +++ b/include/plist/plist.h @@ -64,7 +64,7 @@ extern "C" { /** * The plist dictionary iterator. */ - typedef uint32_t *plist_dict_iter; + typedef void *plist_dict_iter; /** * The enumeration of plist node types. -- cgit v1.1-32-gdbae