Commit 5a30418a authored by Dylan Smith's avatar Dylan Smith Committed by Alexandre Julliard

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

parent ea9f343c
......@@ -252,7 +252,7 @@ DECLARE_INTERFACE_(ITextHost,IUnknown)
STDMETHOD_(BOOL,TxShowCaret)( THIS_
BOOL fShow) PURE;
STDMETHOD_(BOOL,TxSetCarentPos)( THIS_
STDMETHOD_(BOOL,TxSetCaretPos)( THIS_
INT x,
INT y) PURE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment