factored out the ShowShape() to use BOARD_ITEM::ShowShape()
This commit is contained in:
parent
27ee6b1ac5
commit
aea07119e2
|
@ -94,6 +94,7 @@ public:
|
|||
// return wxT( "EDGE" ); ?
|
||||
}
|
||||
|
||||
|
||||
#if defined(DEBUG)
|
||||
/**
|
||||
* Function Show
|
||||
|
@ -104,12 +105,5 @@ public:
|
|||
*/
|
||||
virtual void Show( int nestLevel, std::ostream& os );
|
||||
|
||||
|
||||
/**
|
||||
* Function ShowShape
|
||||
* converts the enum Track_Shapes integer value to a C string.
|
||||
*/
|
||||
static const char* ShowShape( int aShape );
|
||||
|
||||
#endif
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue