summaryrefslogtreecommitdiff
path: root/dynamicdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'dynamicdevice.h')
-rw-r--r--dynamicdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamicdevice.h b/dynamicdevice.h
index 95d1a3b..152a7ad 100644
--- a/dynamicdevice.h
+++ b/dynamicdevice.h
@@ -67,7 +67,7 @@ public:
void DeleteSubDevice(void);
bool IsDetachable(void) const { return isDetachable; }
virtual bool SetIdleDevice(bool Idle, bool TestOnly);
- virtual bool CanScanForEPG(void) const;
+ virtual bool ProvidesEIT(void) const;
protected:
virtual ~cDynamicDevice();
virtual bool Ready(void);