Fix python module build error.

This commit is contained in:
Wayne Stambaugh 2020-11-13 14:37:52 -05:00
parent 40de0f2e70
commit 18fac23c35
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@
%{
// called from pcbnew/swig/pcbnew_footprint_wizards.cpp
MODULE* PyFootprint_to_FOOTPRINT(PyObject *obj0)
FOOTPRINT* PyFootprint_to_FOOTPRINT(PyObject *obj0)
{
void* argp;
int res1 = SWIG_ConvertPtr(obj0, &argp,SWIGTYPE_p_FOOTPRINT, 0 | 0 );