summaryrefslogtreecommitdiffstats
path: root/include/plist/plist.h
diff options
context:
space:
mode:
authorGravatar Jonathan Beck2009-10-10 23:09:29 +0200
committerGravatar Jonathan Beck2009-10-10 23:09:29 +0200
commitf8ba9f02e363e01b34381d945987b6cbefecfe97 (patch)
treee6223ce93d4c29611bf954cbb03a5f0a4eb3e2b8 /include/plist/plist.h
parent97f7caeecdfe233c30cec02ac1c4b5634a4f2bce (diff)
downloadlibplist-f8ba9f02e363e01b34381d945987b6cbefecfe97.tar.gz
libplist-f8ba9f02e363e01b34381d945987b6cbefecfe97.tar.bz2
Abstract iter base type.
Diffstat (limited to 'include/plist/plist.h')
-rw-r--r--include/plist/plist.h2
1 files changed, 1 insertions, 1 deletions
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.