From d4b0ba2a7a9b23926c002ccd38d6abe0fc22ba7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Wed, 20 May 2015 15:18:01 -0700 Subject: [PATCH] TagLib::XM::Properties is a public class that should be exported --- taglib/xm/xmproperties.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taglib/xm/xmproperties.h b/taglib/xm/xmproperties.h index 9b6624a7..e87cb7f8 100644 --- a/taglib/xm/xmproperties.h +++ b/taglib/xm/xmproperties.h @@ -28,7 +28,7 @@ namespace TagLib { namespace XM { - class Properties : public AudioProperties { + class TAGLIB_EXPORT Properties : public AudioProperties { friend class File; public: /*! Flag bits. */