diff options
| author | 2014-05-21 14:42:49 +0200 | |
|---|---|---|
| committer | 2014-05-21 14:42:49 +0200 | |
| commit | 1317925ffc18a1fd669e8d008de404a8429ea3cf (patch) | |
| tree | ef70ae099dcad84d3e5b233173668cd3f05c09cb | |
| parent | 2e0242bfb0cb032641f2da5fd9e6ddafe3e47f96 (diff) | |
| download | libplist-1317925ffc18a1fd669e8d008de404a8429ea3cf.tar.gz libplist-1317925ffc18a1fd669e8d008de404a8429ea3cf.tar.bz2 | |
Move deprecation marker also for C++ API for better compiler output
| -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 6ad505d..9958f44 100644 --- a/include/plist/Dictionary.h +++ b/include/plist/Dictionary.h | |||
| @@ -47,7 +47,7 @@ public : | |||
| 47 | iterator End(); | 47 | iterator End(); |
| 48 | iterator Find(const std::string& key); | 48 | iterator Find(const std::string& key); |
| 49 | iterator Set(const std::string& key, Node* node); | 49 | iterator Set(const std::string& key, Node* node); |
| 50 | PLIST_WARN_DEPRECATED("use Set() instead") iterator Insert(const std::string& key, Node* node); | 50 | iterator Insert(const std::string& key, Node* node) PLIST_WARN_DEPRECATED("use Set() instead"); |
| 51 | void Remove(Node* node); | 51 | void Remove(Node* node); |
| 52 | void Remove(const std::string& key); | 52 | void Remove(const std::string& key); |
| 53 | std::string GetNodeKey(Node* key); | 53 | std::string GetNodeKey(Node* key); |
