Module: wine Branch: master Commit: 2cb3df606f5659b0fac648fe4da0410b0e4e8cc2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2cb3df606f5659b0fac648fe4d...
Author: Piotr Caban piotr@codeweavers.com Date: Tue Jan 22 13:55:54 2013 +0100
vbscript: Fixed typo in vbsregexp55.idl.
---
dlls/vbscript/vbsregexp55.idl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/vbscript/vbsregexp55.idl b/dlls/vbscript/vbsregexp55.idl index 0e016b2..c0cf683 100644 --- a/dlls/vbscript/vbsregexp55.idl +++ b/dlls/vbscript/vbsregexp55.idl @@ -122,7 +122,7 @@ library VBScript_RegExp_55 [id(DISPID_REGEXP_REPLACE)] HRESULT Replace( [in] BSTR sourceString, - [in] VARIANT *replaceVar, + [in] VARIANT replaceVar, [out, retval] BSTR *pDestString); }