diff --git a/pcbnew/convert_shape_list_to_polygon.cpp b/pcbnew/convert_shape_list_to_polygon.cpp index 2876bc5ac5..2ca7df80d0 100644 --- a/pcbnew/convert_shape_list_to_polygon.cpp +++ b/pcbnew/convert_shape_list_to_polygon.cpp @@ -53,7 +53,7 @@ const wxChar* traceBoardOutline = wxT( "KICAD_BOARD_OUTLINE" ); -static class SCOPED_FLAGS_CLEANER : public std::unordered_set +class SCOPED_FLAGS_CLEANER : public std::unordered_set { EDA_ITEM_FLAGS m_flagsToClear;