Browse Source

factored out the ShowShape() to use BOARD_ITEM::ShowShape()

pull/1/head
dickelbeck 18 years ago
parent
commit
aea07119e2
  1. 8
      pcbnew/class_edge_mod.h

8
pcbnew/class_edge_mod.h

@ -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…
Cancel
Save