diff options
| author | bringert <bringert@cs.chalmers.se> | 2005-12-14 14:53:28 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2005-12-14 14:53:28 +0000 |
| commit | cee5ee4b660c02eda33a3dca49ea33d5872fb2d0 (patch) | |
| tree | c13338c9e9a7db077a5fda2ed6859669b3831b23 /src | |
| parent | f996c8b186c6f8bb3ea5c80135e7fb79dc972c22 (diff) | |
Fixed arguments of NoSpeechInput.recognizeSpeech so that GF compiles without ATK.
Diffstat (limited to 'src')
| -rw-r--r-- | src/GF/System/NoSpeechInput.hs | 2 |
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" |
