mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
Build fix
This commit is contained in:
parent
020533842b
commit
7d6a920b3d
@ -99,7 +99,6 @@ Object::Ptr Type::GetPrototype(void) const
|
|||||||
void Type::SetPrototype(const Object::Ptr& object)
|
void Type::SetPrototype(const Object::Ptr& object)
|
||||||
{
|
{
|
||||||
m_Prototype = object;
|
m_Prototype = object;
|
||||||
NotifyField(0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Type::SetField(int id, const Value& value, bool suppress_events, const Value& cookie)
|
void Type::SetField(int id, const Value& value, bool suppress_events, const Value& cookie)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user