Fix python module build error.
This commit is contained in:
parent
40de0f2e70
commit
18fac23c35
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue