From 7e8d0a953b81ad96c84d8c1a5e0dc36ed5b21fa6 Mon Sep 17 00:00:00 2001 From: dickelbeck Date: Fri, 24 Aug 2007 15:12:21 +0000 Subject: [PATCH] typos --- change_log.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/change_log.txt b/change_log.txt index bde59d05d6..d2cfdb90dc 100644 --- a/change_log.txt +++ b/change_log.txt @@ -5,11 +5,11 @@ Please add newer entries at the top, list the date and your name with email address. -2007-Aug-23 UPDATE Dick Hollenbeck +2007-Aug-24 UPDATE Dick Hollenbeck ================================================================================ + eeschema & pcbnew * Removed class EDA_BaseLineStruct, which brought no behavioral advantage, only data. - Classes which were based on got its data members added and their initializers. + Classes which were based on it got its data members added and their initializers. * Changed type of EDA_BaseStruct::m_StructType from int to KICAD_T which is an enum. This makes debugging easier since gdb will show the name of the KICAD_T rather than simply a number. Added NOT_USED = -1 to KICAD_T enum for