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