PCBNEW: Re-add missing SWIG zone filler

Zone filler was factored out into a separate header.  To allow python
access to zone filling, we need to include the revised signatures.
This commit is contained in:
Seth Hillbrand 2018-08-08 12:23:32 -07:00
parent f6f1c1e944
commit 42c5017db7
1 changed files with 2 additions and 0 deletions

View File

@ -2,8 +2,10 @@
%include class_zone.h
%include zones.h
%include zone_filler.h
%{
#include <class_zone.h>
#include <zones.h>
#include <zone_filler.h>
%}