From 7cfe32b4cae83c32f063b03fb300dddfa8b39dac Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Tue, 16 Mar 2004 09:51:19 +0000 Subject: * include/docobj.h (IOleDocumentView::GetDocument): Correct prototype. Thanks to Buster Copley --- winsup/w32api/include/docobj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/w32api/include/docobj.h') diff --git a/winsup/w32api/include/docobj.h b/winsup/w32api/include/docobj.h index 27055dd84..4772c2e1a 100644 --- a/winsup/w32api/include/docobj.h +++ b/winsup/w32api/include/docobj.h @@ -88,7 +88,7 @@ DECLARE_INTERFACE_(IOleDocumentView,IUnknown) STDMETHOD(SetInPlaceSite)(THIS_ LPOLEINPLACESITE) PURE; STDMETHOD(GetInPlaceSite)(THIS_ LPOLEINPLACESITE*) PURE; - STDMETHOD(GetDocument)(THIS_ IUnknown*) PURE; + STDMETHOD(GetDocument)(THIS_ IUnknown**) PURE; STDMETHOD(SetRect)(THIS_ LPRECT) PURE; STDMETHOD(GetRect)(THIS_ LPRECT) PURE; STDMETHOD(SetRectComplex)(THIS_ LPRECT,LPRECT,LPRECT,LPRECT) PURE; -- cgit v1.2.3