From 34b13e66bf3debc7a348462a3bf2134519bc7322 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Fri, 13 Nov 2020 17:51:50 +0000 Subject: [PATCH] Fix typo in SWIG stuff. --- pcbnew/swig/footprint.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/swig/footprint.i b/pcbnew/swig/footprint.i index e21075d3a6..e924513a6d 100644 --- a/pcbnew/swig/footprint.i +++ b/pcbnew/swig/footprint.i @@ -38,7 +38,7 @@ %{ #include %} -%template(FP_3DMODLE_List) std::list; +%template(FP_3DMODEL_List) std::list; // BOARD_ITEM_CONTAINER's interface functions will be implemented by SWIG