7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-14 18:09:36 +00:00
This commit is contained in:
dickelbeck 2007-09-09 02:24:33 +00:00
parent 75e6ef1d2d
commit fd183bdba2

View File

@ -601,7 +601,7 @@ void BOARD::Show( int nestLevel, std::ostream& os )
}
/* wrote this before discovering ReturnLayerName()
/* wrote this before discovering ReturnPcbLayerName()
const char* BOARD::ShowLayer( int aLayer )
{
const char* rs;