operator<< of StringList lacks TAGLIB_EXPORT.

This commit is contained in:
Tsuda Kageyu
2014-06-16 15:21:01 +09:00
parent 5687c70d80
commit 8936fb2fc3

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