fix gpertools initializer
This commit is contained in:
parent
36a3c71449
commit
9a81631692
@ -65,7 +65,7 @@ private:
|
||||
GoogleInitializer google_initializer_module_##name(#name, google_init_module_##name, NULL); \
|
||||
__attribute__((constructor)) static void EnsureConstructorRunsBeforeMain() \
|
||||
{ \
|
||||
google_initializer_module_##name().name(); \
|
||||
google_initializer_module_##name.name(); \
|
||||
} \
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user