From c1363bea107b15bdc10ce80671747be891661889 Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Mon, 26 Oct 2009 18:41:15 +0100 Subject: Add Set/Get Parent and a helper to create a Node from a plist_t. --- include/plist/Array.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/plist/Array.h') diff --git a/include/plist/Array.h b/include/plist/Array.h index de4860e..8fd07cd 100644 --- a/include/plist/Array.h +++ b/include/plist/Array.h @@ -31,8 +31,8 @@ namespace PList class Array : public Structure { public : - Array(); - Array(plist_t node); + Array(Node* parent = NULL); + Array(plist_t node, Node* parent = NULL); Array(Array& a); Array& operator=(Array& a); virtual ~Array(); -- cgit v1.1-32-gdbae