Fix TRACKs not being cast correctly in API

This commit is contained in:
qu1ck 2021-07-26 15:27:19 -07:00
parent ea73da8a27
commit c946070005
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ HANDLE_EXCEPTIONS(BOARD::TracksInNetBetweenPoints)
return
%}
}
%extend std::deque<TRACK *>
%extend std::deque<PCB_TRACK *>
{
%pythoncode
%{