Added TAGLIB_EXPORT to RefCounter for Windows build

This commit is contained in:
Joel Verhagen 2013-05-23 13:42:51 -04:00
parent ca801c5411
commit d7523d7843

View File

@ -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();