pcbnew: forgot about GetEffectiveShape() declaration during rebase

This commit is contained in:
Tomasz Wlostowski 2020-07-29 23:12:46 +02:00
parent ca17cada2a
commit b0874c7b4e
1 changed files with 2 additions and 0 deletions

View File

@ -385,6 +385,8 @@ public:
// @copydoc BOARD_ITEM::GetEffectiveShape
virtual std::shared_ptr<SHAPE> GetEffectiveShape( PCB_LAYER_ID aLayer = UNDEFINED_LAYER ) const override;
const std::vector<std::shared_ptr<SHAPE>>& GetEffectiveShapes() const;
const std::shared_ptr<SHAPE_POLY_SET>& GetEffectivePolygon() const;
/**