summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-10-06 22:51:36 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-10-06 22:51:36 +0000
commit860a993b2eba32fa883d8eb4263d8b8c9de0004e (patch)
treeb643b170e0fa2ad46265157411f78018e2305638
parent0e2aaa4bc73000e19bbb42241044a4daf05d0dc5 (diff)
downloadATCD-860a993b2eba32fa883d8eb4263d8b8c9de0004e.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e1f4fc6c56..4fc5ad3deee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,7 +11,7 @@ Thu Oct 6 15:42:29 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Moved "Parent" base class to a separate DSO/DLL to break a
cyclic dependency, in turn allowing its virtual methods to be
moved out of line. Addresses dynamic_cast<> failures in g++ 4.0
- builds.
+ builds. Thanks to Carlos for suggesting this change.
Moved "Child" subclass virtual methods out of line to address
RTTI related problems when using g++ 4.0's