CONNECTIVITY_DATA: fix SWIG build error

This commit is contained in:
Tomasz Wlostowski 2018-08-24 13:05:18 +02:00
parent 61fb3f6d0f
commit 5f8eac8c6e
1 changed files with 3 additions and 0 deletions

View File

@ -236,7 +236,10 @@ public:
void MarkItemNetAsDirty( BOARD_ITEM* aItem ); void MarkItemNetAsDirty( BOARD_ITEM* aItem );
void SetProgressReporter( PROGRESS_REPORTER* aReporter ); void SetProgressReporter( PROGRESS_REPORTER* aReporter );
#ifndef SWIG
const std::vector<CN_EDGE> GetRatsnestForComponent( MODULE* aComponent, bool aSkipInternalConnections = false ); const std::vector<CN_EDGE> GetRatsnestForComponent( MODULE* aComponent, bool aSkipInternalConnections = false );
#endif
private: private: