Hide confusing lowercase version of GetCenter from SWIG

This commit is contained in:
Jon Evans 2021-11-18 21:21:22 -05:00
parent f03efa1cba
commit c5ddb8de26
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
%ignore EDA_SHAPE::getCenter;
%{ %{
#include <eda_shape.h> #include <eda_shape.h>
@ -5,6 +6,7 @@
%} %}
%include eda_shape.h %include eda_shape.h
%include pcb_shape.h %include pcb_shape.h
%extend PCB_SHAPE %extend PCB_SHAPE
{ {
double GetArcAngleStart() double GetArcAngleStart()