diff options
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ class cPvrDevice : public cDevice { private: static bool Probe(int DeviceNumber); static cString externChannelSwitchScript; + static int VBIDeviceCount; public: static bool Initialize(void); |