diff options
Diffstat (limited to 'dynamicdevice.h')
-rw-r--r-- | dynamicdevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dynamicdevice.h b/dynamicdevice.h index 4c4ac1c..a8a88fd 100644 --- a/dynamicdevice.h +++ b/dynamicdevice.h @@ -97,6 +97,7 @@ protected: virtual bool Ready(void); virtual void MakePrimaryDevice(bool On); public: + virtual cString DeviceName(void) const; virtual bool HasDecoder(void) const; virtual bool AvoidRecording(void) const; virtual cSpuDecoder *GetSpuDecoder(void); |