1
0
forked from GitHub/gf-core

Fixed arguments of NoSpeechInput.recognizeSpeech so that GF compiles without ATK.

This commit is contained in:
bringert
2005-12-14 14:53:28 +00:00
parent f996c8b186
commit cee5ee4b66

View File

@@ -20,4 +20,4 @@ import GF.Conversion.Types (CGrammar)
recognizeSpeech :: Ident -- ^ Grammar name
-> Options -> CGrammar -> IO String
recognizeSpeech = fail "No speech input available"
recognizeSpeech _ _ _ = fail "No speech input available"