include: Fixed a typo for ITextHost::TxSetCaretPos declaration.
This commit is contained in:
parent
ea9f343c33
commit
5a30418a81
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue