Module: wine Branch: master Commit: acd0eb3672b02668d6cc14f6256da80aacae21a8 URL: https://source.winehq.org/git/wine.git/?a=commit;h=acd0eb3672b02668d6cc14f62...
Author: Andrey Gusev andrey.goosev@gmail.com Date: Mon Dec 2 14:59:44 2019 +0200
sapiaut.idl: Fix a typo.
Signed-off-by: Andrey Gusev andrey.goosev@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/sapiaut.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/sapiaut.idl b/include/sapiaut.idl index ecd6908163..94ac72a209 100644 --- a/include/sapiaut.idl +++ b/include/sapiaut.idl @@ -1784,7 +1784,7 @@ interface ISpeechRecoGrammar : IDispatch HRESULT CmdLoadFromObject([in]const BSTR classid, [in] const BSTR grammarname, [in, defaultvalue(SLOStatic)] SpeechLoadOption option);
[id(DISPID_SRGCmdLoadFromResource)] - HRESULT CmdLoadFromResource([in]long mod, [in] VARIANT name, [in] VARIANT yype, [in] SpeechLanguageId language, + HRESULT CmdLoadFromResource([in]long mod, [in] VARIANT name, [in] VARIANT type, [in] SpeechLanguageId language, [in, defaultvalue(SLOStatic)] SpeechLoadOption option);
[id(DISPID_SRGCmdLoadFromMemory)]