fix possible incompatibilities of python scripts due to recent code cleaning

This commit is contained in:
jean-pierre charras 2021-06-14 18:57:05 +02:00
parent 2c1da70181
commit 30f3d11355
1 changed files with 1 additions and 0 deletions

View File

@ -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;