Fix a build issue in scripting mode (due to a no more existing method still declared in class_zone.h header)

This commit is contained in:
jean-pierre charras 2015-06-12 18:32:24 +02:00
parent eba3a55bb2
commit fc15404947
1 changed files with 2 additions and 0 deletions

View File

@ -313,12 +313,14 @@ public:
*/
void CopyPolygonsFromClipperPathsToFilledPolysList( ClipperLib::Paths& aClipperPolyList );
#if 0 //does not exist in rev 5741.
/**
* Function CopyPolygonsFromFilledPolysListToKiPolygonList
* Copy polygons from m_FilledPolysList to aKiPolyList
* @param aKiPolyList = a KI_POLYGON_SET to fill by polygons.
*/
void CopyPolygonsFromFilledPolysListToKiPolygonList( KI_POLYGON_SET& aKiPolyList );
#endif
/**
* Function AddClearanceAreasPolygonsToPolysList