mirror of
https://github.com/taglib/taglib.git
synced 2025-07-22 06:54:22 -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:
@ -22,6 +22,8 @@
|
||||
#ifndef TAGLIB_AUDIOPROPERTIES_H
|
||||
#define TAGLIB_AUDIOPROPERTIES_H
|
||||
|
||||
#include "taglib_export.h"
|
||||
|
||||
namespace TagLib {
|
||||
|
||||
//! A simple, abstract interface to common audio properties
|
||||
@ -33,7 +35,7 @@ namespace TagLib {
|
||||
* interface that is sufficient for most applications.
|
||||
*/
|
||||
|
||||
class AudioProperties
|
||||
class TAGLIB_EXPORT AudioProperties
|
||||
{
|
||||
public:
|
||||
|
||||
|
Reference in New Issue
Block a user