diff --git a/include/wxPcbStruct.h b/include/wxPcbStruct.h index 2110eb75d9..de4c55d0b2 100644 --- a/include/wxPcbStruct.h +++ b/include/wxPcbStruct.h @@ -1690,6 +1690,11 @@ public: */ void UpdateTitle(); + void SetTopLayer( LAYER_NUM aLayer ) + { + setTopLayer( aLayer ); + } + DECLARE_EVENT_TABLE() };