7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 14:41:42 +00:00

Add new SWIG declaration for vector of PCB_FIELD*

This commit is contained in:
Jon Evans 2025-01-01 15:37:25 -05:00
parent 571648937f
commit b971ab22e2

View File

@ -55,5 +55,6 @@ class PCB_FIELD;
DECL_DEQ_FOR_SWIG( PADS, PAD* )
DECL_DEQ_FOR_SWIG( PCB_FIELDS, PCB_FIELD* )
DECL_VEC_FOR_SWIG( PCB_FIELD_VEC, PCB_FIELD* )
#endif // PCB_ITEM_CONTAINERS_H_