diff options
Diffstat (limited to 'include/plist/String.h')
| -rw-r--r-- | include/plist/String.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plist/String.h b/include/plist/String.h index 80290b3..9aba16b 100644 --- a/include/plist/String.h +++ b/include/plist/String.h | |||
| @@ -34,7 +34,7 @@ public : | |||
| 34 | String(Node* parent = NULL); | 34 | String(Node* parent = NULL); |
| 35 | String(plist_t node, Node* parent = NULL); | 35 | String(plist_t node, Node* parent = NULL); |
| 36 | String(const String& s); | 36 | String(const String& s); |
| 37 | String& operator=(String& s); | 37 | String& operator=(const String& s); |
| 38 | String(const std::string& s); | 38 | String(const std::string& s); |
| 39 | virtual ~String(); | 39 | virtual ~String(); |
| 40 | 40 | ||
