(Properties) Ensure TypeInfo is set when creating Type via TypeInfo
[platform/core/uifw/dali-core.git] / dali / internal / event / common / proxy-object.cpp
index c1fe6c9..7a65d44 100644 (file)
@@ -1006,7 +1006,10 @@ void ProxyObject::RemoveConstraints()
   }
 }
 
-
+void ProxyObject::SetTypeInfo( TypeInfo* typeInfo )
+{
+  mTypeInfo = typeInfo;
+}
 
 ProxyObject::~ProxyObject()
 {