From 14b0579412640e717941dd3b42a2421b14091c13 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 29 Jun 2007 02:04:12 +0000 Subject: [PATCH] static init --- dtool/src/dtoolbase/typeRegistry.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/dtool/src/dtoolbase/typeRegistry.cxx b/dtool/src/dtoolbase/typeRegistry.cxx index 0c0fd456b9..4a618377b1 100644 --- a/dtool/src/dtoolbase/typeRegistry.cxx +++ b/dtool/src/dtoolbase/typeRegistry.cxx @@ -590,6 +590,7 @@ TypeRegistry() { //////////////////////////////////////////////////////////////////// void TypeRegistry:: init_global_pointer() { + init_memory_hook(); _global_pointer = new TypeRegistry; }