From c9e0f82519108e9b2aa07a05583835a4aa096749 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 22 Apr 2020 19:15:54 +0200 Subject: [PATCH] Add missing exports in id3v2frameids.h --- id3/id3v2frameids.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.