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