diff options
| author | 2020-05-30 19:49:14 -0700 | |
|---|---|---|
| committer | 2020-06-03 19:58:18 +0200 | |
| commit | 68dc3f56426d16a856d82a9a5b5c000c915d87ac (patch) | |
| tree | 9438e2feff53cd27d8e8da4e38c9979fbc9f0bab /include/plist/Dictionary.h | |
| parent | f5fb0b4cf87b50c86531a7f0e98fa0637134c925 (diff) | |
| download | libplist-68dc3f56426d16a856d82a9a5b5c000c915d87ac.tar.gz libplist-68dc3f56426d16a856d82a9a5b5c000c915d87ac.tar.bz2 | |
c++: Fix inconsistent declarations
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'include/plist/Dictionary.h')
| -rw-r--r-- | include/plist/Dictionary.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plist/Dictionary.h b/include/plist/Dictionary.h index 71d40ac..931a569 100644 --- a/include/plist/Dictionary.h +++ b/include/plist/Dictionary.h | |||
| @@ -55,7 +55,7 @@ public : | |||
| 55 | iterator Insert(const std::string& key, Node* node) PLIST_WARN_DEPRECATED("use Set() instead"); | 55 | iterator Insert(const std::string& key, Node* node) PLIST_WARN_DEPRECATED("use Set() instead"); |
| 56 | void Remove(Node* node); | 56 | void Remove(Node* node); |
| 57 | void Remove(const std::string& key); | 57 | void Remove(const std::string& key); |
| 58 | std::string GetNodeKey(Node* key); | 58 | std::string GetNodeKey(Node* node); |
| 59 | 59 | ||
| 60 | private : | 60 | private : |
| 61 | std::map<std::string,Node*> _map; | 61 | std::map<std::string,Node*> _map; |
