Commit 6d5a764e authored by diemer's avatar diemer

Minor cleanup.

parent a853fb11
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment