We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8322643 commit 0de7224Copy full SHA for 0de7224
packages/react-native/ReactCommon/jsi/jsi/jsi.h
@@ -1794,7 +1794,7 @@ U* castInterface(T* ptr) {
1794
return static_cast<U*>(ptr->castInterface(U::uuid));
1795
}
1796
return nullptr;
1797
-};
+}
1798
1799
/// Helper function to cast the object managed by the shared_ptr \p ptr into an
1800
/// interface specified by \c U. If the cast is successful, return a shared_ptr
0 commit comments