Skip to content
Snippets Groups Projects
Commit 2cb3df60 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard
Browse files

vbscript: Fixed typo in vbsregexp55.idl.

parent b372044c
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment