mirror of
https://github.com/taglib/taglib.git
synced 2025-07-23 07:24:30 -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