Skip to content

Commit da2dbbd

Browse files
committed
Adjust Call
1 parent ddad53f commit da2dbbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vnext/Microsoft.ReactNative/Fabric/Composition/CompositionDynamicAutomationProvider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ HRESULT __stdcall CompositionDynamicAutomationProvider::get_HostRawElementProvid
272272
return S_OK;
273273
}
274274

275-
HRESULT CompositionDynamicAutomationProvider::Invoke() {
275+
HRESULT __stdcall CompositionDynamicAutomationProvider::Invoke() {
276276
auto strongView = m_view.view();
277277

278278
if (!strongView)

vnext/Microsoft.ReactNative/Fabric/Composition/CompositionDynamicAutomationProvider.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class CompositionDynamicAutomationProvider : public winrt::implements<
3434
// virtual HRESULT __stdcall ShowContextMenu() noexcept override;
3535

3636
// inherited via IInvokeProvider
37-
virtual HRESULT Invoke() override;
37+
virtual HRESULT __stdcall Invoke() override;
3838

3939
private:
4040
::Microsoft::ReactNative::ReactTaggedView m_view;

0 commit comments

Comments
 (0)