diff --git a/id3/id3v2frameids.h b/id3/id3v2frameids.h index c6884cc..53c2101 100644 --- a/id3/id3v2frameids.h +++ b/id3/id3v2frameids.h @@ -1,6 +1,8 @@ #ifndef TAG_PARSER_ID3V2FRAMEIDS_H #define TAG_PARSER_ID3V2FRAMEIDS_H +#include "../global.h" + #include #include @@ -74,8 +76,8 @@ enum KnownValue : std::uint32_t { sUserDefinedText = 0x545858, }; -std::uint32_t convertToShortId(std::uint32_t id); -std::uint32_t convertToLongId(std::uint32_t id); +TAG_PARSER_EXPORT std::uint32_t convertToShortId(std::uint32_t id); +TAG_PARSER_EXPORT std::uint32_t convertToLongId(std::uint32_t id); /*! * \brief Returns an indication whether the specified \a id is a long frame id.