7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-03-30 05:26:55 +00:00

Windows compiler doesn't like the trailing ','?

This commit is contained in:
Jeff Young 2025-03-02 10:49:59 +00:00
parent 5694c90ae9
commit 8d096590dc

View File

@ -51,7 +51,7 @@ enum class EDA_UNITS
PERCENT = 4,
MILS = 5,
UM = 6,
CM = 7,
CM = 7
};
namespace EDA_UNIT_UTILS