summaryrefslogtreecommitdiff
path: root/winaccessibility/source/UAccCOM/AccTextBase.h
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-21 00:11:57 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-21 00:41:09 +0100
commit77f94ded7adaeaaf1074312632b7d933fd2d7fbe (patch)
tree7cc63318f38bf766f1dd91648ef70bbc4cecf9e7 /winaccessibility/source/UAccCOM/AccTextBase.h
parent8530048bb52d1617678958b07a0bb2946507259d (diff)
winaccessibility: pass pointers as "hyper" in the COM IDL
Change-Id: I083589fd57540e3b4ec488aeb84bc92dddc02d36
Diffstat (limited to 'winaccessibility/source/UAccCOM/AccTextBase.h')
-rw-r--r--winaccessibility/source/UAccCOM/AccTextBase.h2
1 files changed, 1 insertions, 1 deletions
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: