mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Merge pull request #219 from joelverhagen/master
Windows build fails on master (due to RefCounter not being exported)
This commit is contained in:
commit
54fbe15611
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user