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..e75aabc 100644
--- a/include/plist/Key.h
+++ b/include/plist/Key.h
@@ -33,8 +33,8 @@ class Key : public Node
33public : 33public :
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& s); 36 Key(const Key& k);
37 Key& operator=(Key& s); 37 Key& operator=(Key& k);
38 Key(const std::string& s); 38 Key(const std::string& s);
39 virtual ~Key(); 39 virtual ~Key();
40 40