summaryrefslogtreecommitdiffstats
path: root/include/plist/Structure.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/plist/Structure.h')
-rw-r--r--include/plist/Structure.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/plist/Structure.h b/include/plist/Structure.h
index f6e4495..ace8b5c 100644
--- a/include/plist/Structure.h
+++ b/include/plist/Structure.h
@@ -41,6 +41,9 @@ public :
41 41
42 virtual void Remove(Node* node) = 0; 42 virtual void Remove(Node* node) = 0;
43 43
44 static Structure* FromXml(const std::string& xml);
45 static Structure* FromBin(const std::vector<char>& bin);
46
44protected: 47protected:
45 Structure(Node* parent = NULL); 48 Structure(Node* parent = NULL);
46 Structure(plist_type type, Node* parent = NULL); 49 Structure(plist_type type, Node* parent = NULL);