Commit 2cb3df60 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

vbscript: Fixed typo in vbsregexp55.idl.

parent b372044c
......@@ -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);
}
......
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