diff options
Diffstat (limited to 'include/plist/Node.h')
-rw-r--r-- | include/plist/Node.h | 2 |
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); |