diff options
Diffstat (limited to 'include/plist')
| -rw-r--r-- | include/plist/plist.h | 2 | 
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.  | 
