Browse Source

static init

David Rose 18 years ago
parent
commit
14b0579412
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dtool/src/dtoolbase/typeRegistry.cxx

+ 1 - 0
dtool/src/dtoolbase/typeRegistry.cxx

@@ -590,6 +590,7 @@ TypeRegistry() {
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 void TypeRegistry::
 void TypeRegistry::
 init_global_pointer() {
 init_global_pointer() {
+  init_memory_hook();
   _global_pointer = new TypeRegistry;
   _global_pointer = new TypeRegistry;
 }
 }