From 9c2615425bb4f35a417eb04b1ceebfc77d8e2c8b Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 7 Oct 2017 10:39:51 +0200 Subject: Move fault_detected() into common input interface --- src/FileInput.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/FileInput.h') 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. -- cgit v1.2.3