Skip to content

Commit 6d7cf17

Browse files
committed
Fix a compilation error on x86 build
1 parent a22a6b3 commit 6d7cf17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WinWebDiffLib/WebToolWindow.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ class CWebToolWindow : public IWebToolWindow, IWebDiffEventHandler
566566
ULONG STDMETHODCALLTYPE AddRef(void) override { return ++m_nRef; }
567567
ULONG STDMETHODCALLTYPE Release(void) override { if (--m_nRef == 0) { return 0; } return m_nRef; }
568568

569-
HRESULT Invoke(const WebDiffEvent& event)
569+
HRESULT STDMETHODCALLTYPE Invoke(const WebDiffEvent& event)
570570
{
571571
switch (event.type)
572572
{

0 commit comments

Comments
 (0)