diff --git a/pcbnew/python/scripting/pcbnew_scripting_helpers.h b/pcbnew/python/scripting/pcbnew_scripting_helpers.h index e993140dc5..42448acf4b 100644 --- a/pcbnew/python/scripting/pcbnew_scripting_helpers.h +++ b/pcbnew/python/scripting/pcbnew_scripting_helpers.h @@ -34,7 +34,7 @@ class BOARD; class SETTINGS_MANAGER; class BOARD_ITEM; enum class EDA_UNITS; -enum PCB_LAYER_ID; +enum PCB_LAYER_ID : int; /* we could be including all these methods as static in a class, but * we want plain pcbnew. access from python