mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Remove const from the key type of APE::ItemListMap.
A key type must be copy-assignable, and some compilers check it strictly.
This commit is contained in:
parent
1ff30e55da
commit
0b2a3ce400
@ -49,7 +49,7 @@ namespace TagLib {
|
||||
*
|
||||
* \see APE::Tag::itemListMap()
|
||||
*/
|
||||
typedef Map<const String, Item> ItemListMap;
|
||||
typedef Map<String, Item> ItemListMap;
|
||||
|
||||
|
||||
//! An APE tag implementation
|
||||
|
Loading…
Reference in New Issue
Block a user