Fix TRACKs not being cast correctly in API
This commit is contained in:
parent
ea73da8a27
commit
c946070005
|
@ -96,7 +96,7 @@ HANDLE_EXCEPTIONS(BOARD::TracksInNetBetweenPoints)
|
|||
return
|
||||
%}
|
||||
}
|
||||
%extend std::deque<TRACK *>
|
||||
%extend std::deque<PCB_TRACK *>
|
||||
{
|
||||
%pythoncode
|
||||
%{
|
||||
|
|
Loading…
Reference in New Issue