Windows: Suppress yet another MSVC C4251 warning

This commit is contained in:
Urs Fleisch 2024-03-24 06:34:03 +01:00
parent 0896fb9092
commit 821ee1a049

View File

@ -31,6 +31,7 @@
#ifdef _MSC_VER
// Explained at end of tpropertymap.cpp
TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
extern template class TagLib::Map<TagLib::String, TagLib::StringList>;
#endif