summaryrefslogtreecommitdiffstats
path: root/include/plist/Node.h
diff options
context:
space:
mode:
authorGravatar Jonathan Beck2009-11-11 00:18:14 +0100
committerGravatar Jonathan Beck2009-11-11 00:18:14 +0100
commit8c6a809fafa6befff7e2b1adc3df2bdb47042dd1 (patch)
tree2336ae7ee66dbb639c8b8bd8c06171c1f6f6e334 /include/plist/Node.h
parent53a9f891f82e973440709593d259bd7c1f22dd1a (diff)
downloadlibplist-8c6a809fafa6befff7e2b1adc3df2bdb47042dd1.tar.gz
libplist-8c6a809fafa6befff7e2b1adc3df2bdb47042dd1.tar.bz2
Move some methods and drop Utils class in C++ binding.
Diffstat (limited to 'include/plist/Node.h')
-rw-r--r--include/plist/Node.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/plist/Node.h b/include/plist/Node.h
index 2f9f5b6..1da9ee1 100644
--- a/include/plist/Node.h
+++ b/include/plist/Node.h
@@ -38,6 +38,8 @@ public :
plist_type GetType();
plist_t GetPlist();
+ static Node* FromPlist(plist_t node, Node* parent = NULL);
+
protected:
Node(Node* parent = NULL);
Node(plist_t node, Node* parent = NULL);