mirror of
https://github.com/taglib/taglib.git
synced 2026-08-14 06:17:00 -04:00
(initial) win32 export support
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@698835 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
+2
-1
@@ -22,6 +22,7 @@
|
||||
#ifndef TAGLIB_TAG_H
|
||||
#define TAGLIB_TAG_H
|
||||
|
||||
#include "taglib_export.h"
|
||||
#include "tstring.h"
|
||||
|
||||
namespace TagLib {
|
||||
@@ -36,7 +37,7 @@ namespace TagLib {
|
||||
* in TagLib::AudioProperties, TagLib::File and TagLib::FileRef.
|
||||
*/
|
||||
|
||||
class Tag
|
||||
class TAGLIB_EXPORT Tag
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user