Minor cleanup.

This commit is contained in:
diemer 2008-03-30 09:46:14 +00:00
parent a853fb11fa
commit 6d5a764e04
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ public:
virtual EDA_Rect GetBoundingBox()
{
#if defined (DEBUG)
printf("Missing GetBoundingBox() -> no good! :-)\n");
printf("Missing GetBoundingBox()\n");
Show( 0, std::cout ); // tell me which classes still need GetBoundingBox support
#endif
// return a zero-sized box per default. derived classes should override this