From fd183bdba229b309a525234ed6b766fff7b5060b Mon Sep 17 00:00:00 2001 From: dickelbeck Date: Sun, 9 Sep 2007 02:24:33 +0000 Subject: [PATCH] typo --- pcbnew/class_board.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/class_board.cpp b/pcbnew/class_board.cpp index c02c2d4398..f7b6c9bd95 100644 --- a/pcbnew/class_board.cpp +++ b/pcbnew/class_board.cpp @@ -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;