From: Gunnar Beutner Date: Mon, 17 Aug 2015 09:20:41 +0000 (+0200) Subject: Build fix X-Git-Tag: v2.4.0~408 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d6a920b3d184e2ad2187914a44201ef3d67b3ce;p=icinga2 Build fix --- diff --git a/lib/base/type.cpp b/lib/base/type.cpp index aa03bb38d..52300ebf4 100644 --- a/lib/base/type.cpp +++ b/lib/base/type.cpp @@ -99,7 +99,6 @@ Object::Ptr Type::GetPrototype(void) const void Type::SetPrototype(const Object::Ptr& object) { m_Prototype = object; - NotifyField(0); } void Type::SetField(int id, const Value& value, bool suppress_events, const Value& cookie)