Fix swig wrapper for footprint 3d models

This commit is contained in:
qu1ck 2022-06-01 23:30:11 -07:00 committed by jean-pierre charras
parent 407514919d
commit 13bece06cf
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
%{
#include <footprint.h>
%}
%template(FP_3DMODEL_List) std::list<FP_3DMODEL>;
%template(VECTOR_FP_3DMODEL) std::vector<FP_3DMODEL>;
// BOARD_ITEM_CONTAINER's interface functions will be implemented by SWIG