From 5207a8d8b47a5849b458f56a3a01a63ec463bb33 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Mon, 1 Aug 2022 08:58:04 -0700 Subject: [PATCH] Properly scope the island removal enum --- pcbnew/zone_settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/zone_settings.h b/pcbnew/zone_settings.h index e990fdb9ba..5ab2b40230 100644 --- a/pcbnew/zone_settings.h +++ b/pcbnew/zone_settings.h @@ -53,7 +53,7 @@ enum class ZONE_BORDER_DISPLAY_STYLE }; /// Whether or not to remove isolated islands from a zone -enum ISLAND_REMOVAL_MODE +enum class ISLAND_REMOVAL_MODE { ALWAYS = 0, NEVER,