From dd8456fe89224a1bbc3f6071d7e52fa44eca9555 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 21 Mar 2018 20:31:13 +0100 Subject: [PATCH] Use unsigned int as underlying type for enums --- gui/entertargetdialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/entertargetdialog.h b/gui/entertargetdialog.h index 0c3ca93..d604a4d 100644 --- a/gui/entertargetdialog.h +++ b/gui/entertargetdialog.h @@ -13,7 +13,7 @@ class ChecklistModel; namespace TagParser { class MediaFileInfo; -enum class ContainerFormat; +enum class ContainerFormat : unsigned int; } // namespace TagParser namespace QtGui {