pcbnew: fix Python bindings compile error
This commit is contained in:
parent
1cd349c8f6
commit
5f6d171626
|
@ -136,7 +136,9 @@ typedef long time_t;
|
|||
%include "kicadplugins.i"
|
||||
|
||||
%shared_ptr(SHAPE)
|
||||
%shared_ptr(SHAPE_BASE)
|
||||
%shared_ptr(SHAPE_POLY_SET)
|
||||
%shared_ptr(SHAPE_LINE_CHAIN_BASE)
|
||||
%shared_ptr(SHAPE_LINE_CHAIN)
|
||||
|
||||
#include <geometry/shape.h>
|
||||
|
|
Loading…
Reference in New Issue