CONNECTIVITY_DATA: fix SWIG build error
This commit is contained in:
parent
61fb3f6d0f
commit
5f8eac8c6e
|
@ -236,7 +236,10 @@ public:
|
|||
|
||||
void MarkItemNetAsDirty( BOARD_ITEM* aItem );
|
||||
void SetProgressReporter( PROGRESS_REPORTER* aReporter );
|
||||
|
||||
#ifndef SWIG
|
||||
const std::vector<CN_EDGE> GetRatsnestForComponent( MODULE* aComponent, bool aSkipInternalConnections = false );
|
||||
#endif
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Reference in New Issue