Index: core/src/fxge/win32/fx_win32_gdipext.cpp |
diff --git a/core/src/fxge/win32/fx_win32_gdipext.cpp b/core/src/fxge/win32/fx_win32_gdipext.cpp |
index e71d94d31066a9ee1fbbd27b42e8dcfac0adebf8..629f3235ed50ae8d50f476cb9274381ba3591831 100644 |
--- a/core/src/fxge/win32/fx_win32_gdipext.cpp |
+++ b/core/src/fxge/win32/fx_win32_gdipext.cpp |
@@ -1347,7 +1347,9 @@ class GpStream final : public IStream { |
DWORD) { |
return E_NOTIMPL; |
} |
- virtual HRESULT STDMETHODCALLTYPE Clone(IStream**) { return E_NOTIMPL; } |
+ virtual HRESULT STDMETHODCALLTYPE Clone(IStream** stream) { |
+ return E_NOTIMPL; |
+ } |
virtual HRESULT STDMETHODCALLTYPE Seek(LARGE_INTEGER liDistanceToMove, |
DWORD dwOrigin, |
ULARGE_INTEGER* lpNewFilePointer) { |