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/Dictionary.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/plist/Dictionary.h') diff --git a/include/plist/Dictionary.h b/include/plist/Dictionary.h index dbb27d1..38604c8 100644 --- a/include/plist/Dictionary.h +++ b/include/plist/Dictionary.h @@ -32,8 +32,8 @@ namespace PList class Dictionary : public Structure { public : - Dictionary(); - Dictionary(plist_t node); + Dictionary(Node* parent = NULL); + Dictionary(plist_t node, Node* parent = NULL); Dictionary(Dictionary& d); Dictionary& operator=(Dictionary& d); virtual ~Dictionary(); -- cgit v1.1-32-gdbae