|
|
|
@ -152,7 +152,7 @@ public: |
|
|
|
bool ignoreLineWidth = false ) const override; |
|
|
|
|
|
|
|
// @copydoc BOARD_ITEM::GetEffectiveShape |
|
|
|
virtual std::shared_ptr<SHAPE> GetEffectiveShape( PCB_LAYER_ID aLayer = UNDEFINED_LAYER, |
|
|
|
std::shared_ptr<SHAPE> GetEffectiveShape( PCB_LAYER_ID aLayer = UNDEFINED_LAYER, |
|
|
|
FLASHING aFlash = FLASHING::DEFAULT ) const override; |
|
|
|
|
|
|
|
/** |
|
|
|
@ -334,7 +334,7 @@ public: |
|
|
|
} |
|
|
|
|
|
|
|
// @copydoc BOARD_ITEM::GetEffectiveShape |
|
|
|
virtual std::shared_ptr<SHAPE> GetEffectiveShape( PCB_LAYER_ID aLayer = UNDEFINED_LAYER, |
|
|
|
std::shared_ptr<SHAPE> GetEffectiveShape( PCB_LAYER_ID aLayer = UNDEFINED_LAYER, |
|
|
|
FLASHING aFlash = FLASHING::DEFAULT ) const override; |
|
|
|
|
|
|
|
/** |
|
|
|
|