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:
Scott Wheeler 2008-02-01 03:16:51 +00:00
parent 958dfe2451
commit 4952d86c6c
5 changed files with 6 additions and 6 deletions

View File

@ -39,7 +39,7 @@ namespace TagLib {
/*!
* This class provides the features of items in the APEv2 standard.
*/
class Item
class TAGLIB_EXPORT Item
{
public:
/*!

View File

@ -89,7 +89,7 @@ namespace TagLib {
* to TagLib.
*/
class FileTypeResolver
class TAGLIB_EXPORT FileTypeResolver
{
public:
// do not fix compiler warning about missing virtual destructor

View File

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

View File

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

View File

@ -225,7 +225,7 @@ namespace TagLib {
* the type and attaches the header.
*/
class Frame::Header
class TAGLIB_EXPORT Frame::Header
{
public:
/*!