Browse Source

pcbnew: fix Python bindings compile error

pull/16/head
Tomasz Wlostowski 5 years ago
parent
commit
5f6d171626
  1. 2
      common/swig/kicad.i

2
common/swig/kicad.i

@ -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…
Cancel
Save