exported the rest of the classes (hope I got all)

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@698836 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Christian Ehrlicher
2007-08-11 08:33:49 +00:00
parent 30a2edc4a3
commit 52bc496d05
9 changed files with 18 additions and 9 deletions

View File

@ -22,6 +22,7 @@
#ifndef TAGLIB_MPCFILE_H
#define TAGLIB_MPCFILE_H
#include "taglib_export.h"
#include "tfile.h"
#include "mpcproperties.h"
@ -55,7 +56,7 @@ namespace TagLib {
* The only invalid tag combination supported is an ID3v1 tag after an APE tag.
*/
class File : public TagLib::File
class TAGLIB_EXPORT File : public TagLib::File
{
public:
/*!