Fix typo in SWIG stuff.

This commit is contained in:
Jeff Young 2020-11-13 17:51:50 +00:00
parent 49402fe760
commit 34b13e66bf
1 changed files with 1 additions and 1 deletions

View File

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