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:
parent
571648937f
commit
b971ab22e2
@ -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_
|
||||
|
Loading…
Reference in New Issue
Block a user