diff options
Diffstat (limited to 'src/FileInput.h')
-rw-r--r-- | src/FileInput.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FileInput.h b/src/FileInput.h index c66441a..59e0f0b 100644 --- a/src/FileInput.h +++ b/src/FileInput.h @@ -50,6 +50,8 @@ class FileInput : public InputInterface /*! Open the file and prepare the wav decoder. */ virtual void prepare(void) override; + virtual bool fault_detected(void) const override { return false; }; + /*! Read length bytes into buf. * * \return the number of bytes read. |