diff options
Diffstat (limited to 'src/VLCInput.h')
-rw-r--r-- | src/VLCInput.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |