static init

This commit is contained in:
David Rose 2007-06-29 02:04:12 +00:00
parent 0e9aabb75b
commit 14b0579412

View File

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