diff options
Diffstat (limited to 'include/plist/String.h')
| -rw-r--r-- | include/plist/String.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/plist/String.h b/include/plist/String.h index 64181f3..58b8619 100644 --- a/include/plist/String.h +++ b/include/plist/String.h | |||
| @@ -31,8 +31,8 @@ namespace PList | |||
| 31 | class String : public Node | 31 | class String : public Node |
| 32 | { | 32 | { |
| 33 | public : | 33 | public : |
| 34 | String(); | 34 | String(Node* parent = NULL); |
| 35 | String(plist_t node); | 35 | String(plist_t node, Node* parent = NULL); |
| 36 | String(String& s); | 36 | String(String& s); |
| 37 | String& operator=(String& s); | 37 | String& operator=(String& s); |
| 38 | String(const std::string& s); | 38 | String(const std::string& s); |
