mirror of
https://github.com/taglib/taglib.git
synced 2025-07-27 09:24:25 -04:00
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:
@ -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:
|
||||
/*!
|
||||
|
@ -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:
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user