diff options
Diffstat (limited to 'include/plist/Structure.h')
| -rw-r--r-- | include/plist/Structure.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/plist/Structure.h b/include/plist/Structure.h index eded8b2..d85b17a 100644 --- a/include/plist/Structure.h +++ b/include/plist/Structure.h | |||
| @@ -43,6 +43,7 @@ public : | |||
| 43 | 43 | ||
| 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 | 47 | ||
| 47 | protected: | 48 | protected: |
| 48 | Structure(Node* parent = NULL); | 49 | Structure(Node* parent = NULL); |
