diff --git a/pcbnew/class_pad.h b/pcbnew/class_pad.h index 4f41bbde70..41260bbe32 100644 --- a/pcbnew/class_pad.h +++ b/pcbnew/class_pad.h @@ -385,6 +385,8 @@ public: // @copydoc BOARD_ITEM::GetEffectiveShape virtual std::shared_ptr GetEffectiveShape( PCB_LAYER_ID aLayer = UNDEFINED_LAYER ) const override; + const std::vector>& GetEffectiveShapes() const; + const std::shared_ptr& GetEffectivePolygon() const; /**