diff options
Diffstat (limited to 'include/plist/Utils.h')
| -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 b499635..f3e2685 100644 --- a/include/plist/Utils.h +++ b/include/plist/Utils.h | |||
| @@ -30,8 +30,8 @@ namespace PList | |||
| 30 | class Utils | 30 | class Utils |
| 31 | { | 31 | { |
| 32 | public: | 32 | public: |
| 33 | static Structure* FromXml(std::string& in); | 33 | static Structure* FromXml(const std::string& in); |
| 34 | static Structure* FromBin(std::vector<char>& in); | 34 | static Structure* FromBin(const std::vector<char>& in); |
| 35 | 35 | ||
| 36 | private: | 36 | private: |
| 37 | Utils(); | 37 | Utils(); |
