Fix minor SWIG issues due to git rebase issues.

This commit is contained in:
Dick Hollenbeck 2016-09-20 20:07:41 -05:00 committed by Wayne Stambaugh
parent 1718ac1083
commit 1edaa773d3
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,6 @@
// Swig interface to classes KIWAY_PLAYER and KIWAY_HOLDER
%include kiway_player.h
%{
#include <kiway_player.h>

View File

@ -40,6 +40,7 @@ throw and add them here, each before its respective class declaration.
HANDLE_EXCEPTIONS(BOARD::TracksInNetBetweenPoints)
%include <class_board_design_settings.h>
%{
#include <class_board.h>
#include <class_board_design_settings.h>
@ -105,6 +106,9 @@ HANDLE_EXCEPTIONS(BOARD::TracksInNetBetweenPoints)
%include class_zone_settings.h
%{
#include <class_zone_settings.h>
%}
%include netinfo.i
%include netclass.i