PCB_EDIT_FRAME: public SetTopLayer() method

This commit is contained in:
tomasz.wlostowski@cern.ch 2013-09-18 13:37:20 +02:00
parent 1112d279c5
commit 75b59d8fa4
1 changed files with 5 additions and 0 deletions

View File

@ -1690,6 +1690,11 @@ public:
*/
void UpdateTitle();
void SetTopLayer( LAYER_NUM aLayer )
{
setTopLayer( aLayer );
}
DECLARE_EVENT_TABLE()
};