mirror of
https://github.com/taglib/taglib.git
synced 2026-06-07 14:59:24 -04:00
operator<< of StringList lacks TAGLIB_EXPORT.
This commit is contained in:
@@ -106,7 +106,7 @@ namespace TagLib {
|
||||
* \related TagLib::StringList
|
||||
* Send the StringList to an output stream.
|
||||
*/
|
||||
std::ostream &operator<<(std::ostream &s, const TagLib::StringList &l);
|
||||
TAGLIB_EXPORT std::ostream &operator<<(std::ostream &s, const TagLib::StringList &l);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user