From b0874c7b4ea5a6b72d114cbed1826d6d474f06da Mon Sep 17 00:00:00 2001 From: Tomasz Wlostowski Date: Wed, 29 Jul 2020 23:12:46 +0200 Subject: [PATCH] pcbnew: forgot about GetEffectiveShape() declaration during rebase --- pcbnew/class_pad.h | 2 ++ 1 file changed, 2 insertions(+) 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; /**