mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 14:14:45 +02:00
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…
x
Reference in New Issue
Block a user