more exports from Serhiy Kachaniuk

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@701861 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Christian Ehrlicher
2007-08-19 15:16:35 +00:00
parent ad4ab5f4be
commit 239d3c9a58
15 changed files with 29 additions and 15 deletions

View File

@ -24,6 +24,7 @@
#include "tlist.h"
#include "tbytevector.h"
#include "taglib_export.h"
namespace TagLib {
@ -39,7 +40,7 @@ namespace TagLib {
* to the codecs.
*/
class PageHeader
class TAGLIB_EXPORT PageHeader
{
public:
/*!

View File

@ -28,6 +28,7 @@
#include "tstring.h"
#include "tstringlist.h"
#include "tbytevector.h"
#include "taglib_export.h"
namespace TagLib {
@ -56,7 +57,7 @@ namespace TagLib {
* \see fieldListMap()
*/
class XiphComment : public TagLib::Tag
class TAGLIB_EXPORT XiphComment : public TagLib::Tag
{
public:
/*!