From 6d5a764e04808889f21150c01c0c7a72848d8e68 Mon Sep 17 00:00:00 2001 From: diemer Date: Sun, 30 Mar 2008 09:46:14 +0000 Subject: [PATCH] Minor cleanup. --- include/base_struct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/base_struct.h b/include/base_struct.h index fc643d303f..4c735a6d63 100644 --- a/include/base_struct.h +++ b/include/base_struct.h @@ -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