mirror of https://github.com/Icinga/icinga2.git
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…
Reference in New Issue