mirror of https://github.com/Icinga/icinga2.git
parent
31f816562f
commit
c6a753b67e
|
@ -30,7 +30,7 @@ static void RegisterObjectType(void)
|
|||
Object::TypeInstance = type;
|
||||
}
|
||||
|
||||
INITIALIZE_ONCE(&RegisterObjectType);
|
||||
INITIALIZE_ONCE_WITH_PRIORITY(&RegisterObjectType, 20);
|
||||
|
||||
ObjectType::ObjectType(void)
|
||||
{ }
|
||||
|
|
|
@ -32,7 +32,7 @@ static void RegisterTypeType(void)
|
|||
Type::Register(type);
|
||||
}
|
||||
|
||||
INITIALIZE_ONCE(RegisterTypeType);
|
||||
INITIALIZE_ONCE_WITH_PRIORITY(RegisterTypeType, 20);
|
||||
|
||||
String Type::ToString(void) const
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue