mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-22 14:47:07 -04:00
parent
31f816562f
commit
c6a753b67e
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue