summaryrefslogtreecommitdiffstats
path: root/include/plist
diff options
context:
space:
mode:
Diffstat (limited to 'include/plist')
-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" {
64/** 64/**
65 * The plist dictionary iterator. 65 * The plist dictionary iterator.
66 */ 66 */
67 typedef uint32_t *plist_dict_iter; 67 typedef void *plist_dict_iter;
68 68
69/** 69/**
70 * The enumeration of plist node types. 70 * The enumeration of plist node types.