summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2005-12-14 14:53:28 +0000
committerbringert <bringert@cs.chalmers.se>2005-12-14 14:53:28 +0000
commitcee5ee4b660c02eda33a3dca49ea33d5872fb2d0 (patch)
treec13338c9e9a7db077a5fda2ed6859669b3831b23
parentf996c8b186c6f8bb3ea5c80135e7fb79dc972c22 (diff)
Fixed arguments of NoSpeechInput.recognizeSpeech so that GF compiles without ATK.
-rw-r--r--src/GF/System/NoSpeechInput.hs2
1 files changed, 1 insertions, 1 deletions
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"