fix possible incompatibilities of python scripts due to recent code cleaning
This commit is contained in:
parent
2c1da70181
commit
30f3d11355
|
@ -30,6 +30,7 @@
|
|||
|
||||
|
||||
%include board_item.h // generate code for this interface
|
||||
%include eda_item_flags.h // generate code for this interface
|
||||
|
||||
/* Only for compatibility with old python scripts: */
|
||||
const int S_SEGMENT = (const int)PCB_SHAPE_TYPE::SEGMENT;
|
||||
|
|
Loading…
Reference in New Issue