pcbnew: fix Python bindings compile error

This commit is contained in:
Tomasz Wlostowski 2020-09-08 01:53:19 +02:00
parent 1cd349c8f6
commit 5f6d171626
1 changed files with 2 additions and 0 deletions

View File

@ -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>