From dcda6b673bd2b79d755578b40a00864ab41211c5 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 19 Jun 2022 16:46:19 +0200 Subject: [PATCH] Avoid breaking binary compatibility of TagDataType --- tagvalue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tagvalue.h b/tagvalue.h index 5795c91..f169748 100644 --- a/tagvalue.h +++ b/tagvalue.h @@ -100,8 +100,8 @@ enum class TagDataType : unsigned int { DateTime, /**< date time, see ChronoUtils::DateTime */ Picture, /**< picture file */ Binary, /**< unspecified binary data */ + Undefined, /**< undefined/invalid data type */ Popularity, /**< rating with user info and play counter (as in ID3v2's "Popularimeter") */ - Undefined /**< undefined/invalid data type */ }; /*!