diff options
Diffstat (limited to 'include/plist/Utils.h')
| -rw-r--r-- | include/plist/Utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/plist/Utils.h b/include/plist/Utils.h index 54baf02..65bec7e 100644 --- a/include/plist/Utils.h +++ b/include/plist/Utils.h | |||
| @@ -30,6 +30,7 @@ namespace PList | |||
| 30 | class Utils | 30 | class Utils |
| 31 | { | 31 | { |
| 32 | public: | 32 | public: |
| 33 | static Node* FromPlist(plist_t node, Node* parent = NULL); | ||
| 33 | static Structure* FromXml(const std::string& in); | 34 | static Structure* FromXml(const std::string& in); |
| 34 | static Structure* FromBin(const std::vector<char>& in); | 35 | static Structure* FromBin(const std::vector<char>& in); |
| 35 | 36 | ||
