From: Joel Verhagen Date: Thu, 23 May 2013 17:42:51 +0000 (-0400) Subject: Added TAGLIB_EXPORT to RefCounter for Windows build X-Git-Tag: v1.9~32^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7523d78430a6962a373332f5fb29c04244c6f57;p=taglib Added TAGLIB_EXPORT to RefCounter for Windows build --- diff --git a/taglib/toolkit/trefcounter.h b/taglib/toolkit/trefcounter.h index 2d4ea7c8..53c6f1c0 100644 --- a/taglib/toolkit/trefcounter.h +++ b/taglib/toolkit/trefcounter.h @@ -26,6 +26,7 @@ #ifndef TAGLIB_REFCOUNTER_H #define TAGLIB_REFCOUNTER_H +#include "taglib_export.h" #include "taglib.h" #ifndef DO_NOT_DOCUMENT // Tell Doxygen to skip this class. @@ -37,7 +38,7 @@ */ namespace TagLib { - class RefCounter + class TAGLIB_EXPORT RefCounter { public: RefCounter();