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/VLCInput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/VLCInput.h') diff --git a/src/VLCInput.h b/src/VLCInput.h index 789bc70..703641d 100644 --- a/src/VLCInput.h +++ b/src/VLCInput.h @@ -140,7 +140,7 @@ class VLCInput : public InputInterface int getChannels() { return m_channels; } - bool fault_detected() { return m_fault; }; + virtual bool fault_detected(void) const override { return m_fault; }; /*! Separator string used when artist/title are written */ -- cgit v1.2.3