From dce5a98b8ad8f4b3b2b50a6421d6dc1a0d159bc2 Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 11 Jul 2016 21:33:19 +0200 Subject: [PATCH] Change usage of DECLARE_ENUM macro --- mediafileinfo.h | 2 +- signature.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mediafileinfo.h b/mediafileinfo.h index 14a26b7..3c3399d 100644 --- a/mediafileinfo.h +++ b/mediafileinfo.h @@ -25,7 +25,7 @@ class AbstractTrack; class VorbisComment; enum class MediaType; -DECLARE_ENUM(TagType, unsigned int); +DECLARE_ENUM_CLASS(TagType, unsigned int); /*! * \brief The TagUsage enum specifies the usage of a certain tag type. diff --git a/signature.h b/signature.h index 7d6ea0c..c1989ed 100644 --- a/signature.h +++ b/signature.h @@ -8,7 +8,7 @@ namespace Media { -DECLARE_ENUM(TagTargetLevel, byte); +DECLARE_ENUM_CLASS(TagTargetLevel, byte); /*! * \brief Specifies the container format.