summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d81ce5d..a48f080 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
2009-05-04 Donal K. Fellows <dkf@users.sf.net>
- * generic/tclOO.c (InitFoundation, Deleted*Namespace, AllocClass):
+ * generic/tclOO.c (InitFoundation, AllocObject, AllocClass):
* generic/tclOODefineCmds.c (InitDefineContext): Make sure that when
support namespaces are deleted, nothing bad can subsequently happen.
Issue spotted by Don Porter.