include: Fixed a typo for ITextHost::TxSetCaretPos declaration.

This commit is contained in:
Dylan Smith 2008-11-15 22:06:56 -05:00 committed by Alexandre Julliard
parent ea9f343c33
commit 5a30418a81
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ DECLARE_INTERFACE_(ITextHost,IUnknown)
STDMETHOD_(BOOL,TxShowCaret)( THIS_ STDMETHOD_(BOOL,TxShowCaret)( THIS_
BOOL fShow) PURE; BOOL fShow) PURE;
STDMETHOD_(BOOL,TxSetCarentPos)( THIS_ STDMETHOD_(BOOL,TxSetCaretPos)( THIS_
INT x, INT x,
INT y) PURE; INT y) PURE;