diff --git a/ReactCommon/jsi/jsi.h b/ReactCommon/jsi/jsi.h index bb2759f03..daa401ff1 100644 --- a/ReactCommon/jsi/jsi.h +++ b/ReactCommon/jsi/jsi.h @@ -336,7 +336,7 @@ class PropNameID : public Pointer { using Pointer::Pointer; PropNameID(Runtime& runtime, const PropNameID& other) - : PropNameID(runtime.clonePropNameID(other.ptr_)) {} + : Pointer(runtime.clonePropNameID(other.ptr_)) {} PropNameID(PropNameID&& other) = default; PropNameID& operator=(PropNameID&& other) = default;