From 821ee1a0499d4b67d0fff648add72eadbfe9b6ec Mon Sep 17 00:00:00 2001 From: Urs Fleisch Date: Sun, 24 Mar 2024 06:34:03 +0100 Subject: [PATCH] Windows: Suppress yet another MSVC C4251 warning --- taglib/toolkit/tpropertymap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/taglib/toolkit/tpropertymap.h b/taglib/toolkit/tpropertymap.h index 194daa82..f21c526b 100644 --- a/taglib/toolkit/tpropertymap.h +++ b/taglib/toolkit/tpropertymap.h @@ -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; #endif