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