From 7d6a920b3d184e2ad2187914a44201ef3d67b3ce Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 17 Aug 2015 11:20:41 +0200 Subject: [PATCH] Build fix --- lib/base/type.cpp | 1 - 1 file changed, 1 deletion(-) 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) -- 2.50.1