From cee5ee4b660c02eda33a3dca49ea33d5872fb2d0 Mon Sep 17 00:00:00 2001 From: bringert Date: Wed, 14 Dec 2005 14:53:28 +0000 Subject: [PATCH] Fixed arguments of NoSpeechInput.recognizeSpeech so that GF compiles without ATK. --- src/GF/System/NoSpeechInput.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GF/System/NoSpeechInput.hs b/src/GF/System/NoSpeechInput.hs index b9bf0f067..ca78bc3ee 100644 --- a/src/GF/System/NoSpeechInput.hs +++ b/src/GF/System/NoSpeechInput.hs @@ -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"