Fix swig wrapper for footprint 3d models
This commit is contained in:
parent
407514919d
commit
13bece06cf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue