mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Added TAGLIB_EXPORT to RefCounter for Windows build
This commit is contained in:
parent
ca801c5411
commit
d7523d7843
@ -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…
x
Reference in New Issue
Block a user