Module: wine Branch: master Commit: 5a30418a81b91c45636bd59276eda3f57455c7c1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5a30418a81b91c45636bd59276...
Author: Dylan Smith dylan.ah.smith@gmail.com Date: Sat Nov 15 22:06:56 2008 -0500
include: Fixed a typo for ITextHost::TxSetCaretPos declaration.
---
include/textserv.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/textserv.h b/include/textserv.h index 1c262ac..977b742 100644 --- a/include/textserv.h +++ b/include/textserv.h @@ -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;