summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/plist/Structure.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/plist/Structure.h b/include/plist/Structure.h
index d85b17a..b7fbdb5 100644
--- a/include/plist/Structure.h
+++ b/include/plist/Structure.h
@@ -44,6 +44,8 @@ public :
44 static Structure* FromXml(const std::string& xml); 44 static Structure* FromXml(const std::string& xml);
45 static Structure* FromBin(const std::vector<char>& bin); 45 static Structure* FromBin(const std::vector<char>& bin);
46 static Structure* FromBin(const char* bin, uint64_t size); 46 static Structure* FromBin(const char* bin, uint64_t size);
47 static Structure* FromMemory(const std::vector<char>& buf, plist_format_t* format = NULL);
48 static Structure* FromMemory(const char* buf, uint64_t size, plist_format_t* format = NULL);
47 49
48protected: 50protected:
49 Structure(Node* parent = NULL); 51 Structure(Node* parent = NULL);