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

@ -23,6 +23,7 @@
#define TAGLIB_APEFOOTER_H
#include "tbytevector.h"
#include "taglib_export.h"
namespace TagLib {
@ -37,7 +38,7 @@ namespace TagLib {
* headers specified there.
*/
class Footer
class TAGLIB_EXPORT Footer
{
public:
/*!

View File

@ -26,6 +26,7 @@
#include "tbytevector.h"
#include "tmap.h"
#include "tstring.h"
#include "taglib_export.h"
#include "apeitem.h"
@ -49,7 +50,7 @@ namespace TagLib {
//! An APE tag implementation
class Tag : public TagLib::Tag
class TAGLIB_EXPORT Tag : public TagLib::Tag
{
public:
/*!