Merge pull request #388 from TsudaKageyu/stringlist-export

operator<< of StringList lacks TAGLIB_EXPORT.
This commit is contained in:
Stephen F. Booth 2014-06-16 21:25:37 -04:00
commit 29d5f75d0d

View File

@ -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);
}