From 77f94ded7adaeaaf1074312632b7d933fd2d7fbe Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 21 Nov 2013 00:11:57 +0100 Subject: winaccessibility: pass pointers as "hyper" in the COM IDL Change-Id: I083589fd57540e3b4ec488aeb84bc92dddc02d36 --- winaccessibility/source/UAccCOM/AccTextBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winaccessibility/source/UAccCOM/AccTextBase.h') diff --git a/winaccessibility/source/UAccCOM/AccTextBase.h b/winaccessibility/source/UAccCOM/AccTextBase.h index 8494936c026d..e320b44c95d1 100644 --- a/winaccessibility/source/UAccCOM/AccTextBase.h +++ b/winaccessibility/source/UAccCOM/AccTextBase.h @@ -103,7 +103,7 @@ public: STDMETHOD(scrollSubstringToPoint)(long startIndex, long endIndex,enum IA2CoordinateType coordinateType, long x, long y ); // Overide of IUNOXWrapper. - STDMETHOD(put_XInterface)(long pXInterface); + STDMETHOD(put_XInterface)(hyper pXInterface); private: -- cgit