forked from GitHub/gf-core
Fixed arguments of NoSpeechInput.recognizeSpeech so that GF compiles without ATK.
This commit is contained in:
@@ -20,4 +20,4 @@ import GF.Conversion.Types (CGrammar)
|
|||||||
|
|
||||||
recognizeSpeech :: Ident -- ^ Grammar name
|
recognizeSpeech :: Ident -- ^ Grammar name
|
||||||
-> Options -> CGrammar -> IO String
|
-> Options -> CGrammar -> IO String
|
||||||
recognizeSpeech = fail "No speech input available"
|
recognizeSpeech _ _ _ = fail "No speech input available"
|
||||||
|
|||||||
Reference in New Issue
Block a user