diff options
| author | 2014-05-20 23:43:36 +0200 | |
|---|---|---|
| committer | 2014-05-20 23:43:36 +0200 | |
| commit | 135164ae0676ccd2f5cbb9f88d4ea4bd35d1a584 (patch) | |
| tree | 4b5131d7064c94c94a5891177ff238ad864bedd6 /include | |
| parent | a9ec8fa5ceaa082e36150814f0b9b4d123b00f26 (diff) | |
| download | libplist-135164ae0676ccd2f5cbb9f88d4ea4bd35d1a584.tar.gz libplist-135164ae0676ccd2f5cbb9f88d4ea4bd35d1a584.tar.bz2 | |
Move deprecation marker after the function declaration for better compiler output
Diffstat (limited to 'include')
| -rw-r--r-- | include/plist/plist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plist/plist.h b/include/plist/plist.h index 5678cfb..1413204 100644 --- a/include/plist/plist.h +++ b/include/plist/plist.h | |||
| @@ -361,7 +361,7 @@ extern "C" | |||
| 361 | * @param item the new item to insert | 361 | * @param item the new item to insert |
| 362 | * @param key The identifier of the item to insert. | 362 | * @param key The identifier of the item to insert. |
| 363 | */ | 363 | */ |
| 364 | PLIST_WARN_DEPRECATED("use plist_dict_set_item instead") PLIST_API void plist_dict_insert_item(plist_t node, const char* key, plist_t item); | 364 | PLIST_API void plist_dict_insert_item(plist_t node, const char* key, plist_t item) PLIST_WARN_DEPRECATED("use plist_dict_set_item instead"); |
| 365 | 365 | ||
| 366 | /** | 366 | /** |
| 367 | * Remove an existing position in a #PLIST_DICT node. | 367 | * Remove an existing position in a #PLIST_DICT node. |
