More TAGLIB_EXPORTs from Lukas.

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@727755 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Scott Wheeler
2007-10-21 17:35:40 +00:00
parent 5b03541038
commit 1bdb67fafa
22 changed files with 69 additions and 51 deletions

View File

@ -26,6 +26,7 @@
#ifndef TAGLIB_OGGPAGE_H
#define TAGLIB_OGGPAGE_H
#include "taglib_export.h"
#include "tbytevectorlist.h"
namespace TagLib {
@ -48,7 +49,7 @@ namespace TagLib {
* could potentially be useful for non-meta data purposes.
*/
class Page
class TAGLIB_EXPORT Page
{
public:
/*!

View File

@ -26,6 +26,7 @@
#ifndef TAGLIB_VORBISPROPERTIES_H
#define TAGLIB_VORBISPROPERTIES_H
#include "taglib_export.h"
#include "audioproperties.h"
namespace TagLib {
@ -52,7 +53,7 @@ namespace TagLib {
* API.
*/
class Properties : public AudioProperties
class TAGLIB_EXPORT Properties : public AudioProperties
{
public:
/*!