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