From 6ce2823afe26d63e3828c5fbd7171dbe80b45385 Mon Sep 17 00:00:00 2001 From: Valentin Shergin Date: Thu, 26 Apr 2018 17:52:02 -0700 Subject: [PATCH] Fabric: Proper types and default arguments in ConcreteViewShadowNode Summary: Trivial. Those are artefacts from copy-pasting from `ViewShadowNode`. Reviewed By: mdvacca Differential Revision: D7738576 fbshipit-source-id: 2d362cd0ff56420d54cdd0e339458ebe57049ddc --- ReactCommon/fabric/view/ConcreteViewShadowNode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReactCommon/fabric/view/ConcreteViewShadowNode.h b/ReactCommon/fabric/view/ConcreteViewShadowNode.h index a6994fe3e..02ee96942 100644 --- a/ReactCommon/fabric/view/ConcreteViewShadowNode.h +++ b/ReactCommon/fabric/view/ConcreteViewShadowNode.h @@ -43,7 +43,7 @@ public: const Tag &tag, const Tag &rootTag, const InstanceHandle &instanceHandle, - const SharedViewProps &props = ConcreteViewShadowNode::defaultSharedProps(), + const SharedConcreteViewProps &props = ConcreteViewShadowNode::defaultSharedProps(), const SharedShadowNodeSharedList &children = ShadowNode::emptySharedShadowNodeSharedList(), const ShadowNodeCloneFunction &cloneFunction = nullptr ): @@ -65,7 +65,7 @@ public: ConcreteViewShadowNode( const SharedConcreteViewShadowNode &shadowNode, - const SharedViewProps &props = nullptr, + const SharedConcreteViewProps &props = nullptr, const SharedShadowNodeSharedList &children = nullptr ): ConcreteShadowNode(