summaryrefslogtreecommitdiffstats
path: root/include/plist/Key.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/plist/Key.h')
-rw-r--r--include/plist/Key.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/plist/Key.h b/include/plist/Key.h
index c680f1c..bd5f7bc 100644
--- a/include/plist/Key.h
+++ b/include/plist/Key.h
@@ -33,8 +33,8 @@ class Key : public Node
public :
Key(Node* parent = NULL);
Key(plist_t node, Node* parent = NULL);
- Key(const Key& s);
- Key& operator=(Key& s);
+ Key(const Key& k);
+ Key& operator=(const Key& k);
Key(const std::string& s);
virtual ~Key();