Merge pull request #219 from joelverhagen/master

Windows build fails on master (due to RefCounter not being exported)
This commit is contained in:
Tsuda Kageyu 2013-05-23 18:44:15 -07:00
commit 54fbe15611

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