mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 13:10:26 -04:00
Add missing exports
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@769306 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
958dfe2451
commit
4952d86c6c
@ -39,7 +39,7 @@ namespace TagLib {
|
||||
/*!
|
||||
* This class provides the features of items in the APEv2 standard.
|
||||
*/
|
||||
class Item
|
||||
class TAGLIB_EXPORT Item
|
||||
{
|
||||
public:
|
||||
/*!
|
||||
|
@ -89,7 +89,7 @@ namespace TagLib {
|
||||
* to TagLib.
|
||||
*/
|
||||
|
||||
class FileTypeResolver
|
||||
class TAGLIB_EXPORT FileTypeResolver
|
||||
{
|
||||
public:
|
||||
// do not fix compiler warning about missing virtual destructor
|
||||
|
@ -37,7 +37,7 @@ namespace TagLib {
|
||||
/*!
|
||||
* An implementation of ID3v2 unsynchronized lyrics.
|
||||
*/
|
||||
class UnsynchronizedLyricsFrame : public Frame
|
||||
class TAGLIB_EXPORT UnsynchronizedLyricsFrame : public Frame
|
||||
{
|
||||
friend class FrameFactory;
|
||||
|
||||
|
@ -37,7 +37,7 @@ namespace TagLib {
|
||||
/*!
|
||||
* An implementation of ID3v2 URL link frames.
|
||||
*/
|
||||
class UrlLinkFrame : public Frame
|
||||
class TAGLIB_EXPORT UrlLinkFrame : public Frame
|
||||
{
|
||||
friend class FrameFactory;
|
||||
|
||||
@ -92,7 +92,7 @@ namespace TagLib {
|
||||
*
|
||||
* This description identifies the frame and must be unique.
|
||||
*/
|
||||
class UserUrlLinkFrame : public UrlLinkFrame
|
||||
class TAGLIB_EXPORT UserUrlLinkFrame : public UrlLinkFrame
|
||||
{
|
||||
friend class FrameFactory;
|
||||
|
||||
|
@ -225,7 +225,7 @@ namespace TagLib {
|
||||
* the type and attaches the header.
|
||||
*/
|
||||
|
||||
class Frame::Header
|
||||
class TAGLIB_EXPORT Frame::Header
|
||||
{
|
||||
public:
|
||||
/*!
|
||||
|
Loading…
Reference in New Issue
Block a user