summaryrefslogtreecommitdiff
path: root/vfd.h
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2011-06-04 18:11:44 +0200
committeranbr <vdr07@deltab.de>2011-06-04 18:11:44 +0200
commit49d9319bb23d8306486821eed97ac9a4c1d63109 (patch)
treeecaac07a1513b65cc1052429a0aadc385d507029 /vfd.h
parent4aa7d6036c06d40ef99b43074ac60c87a4602b9d (diff)
downloadvdr-plugin-targavfd-49d9319bb23d8306486821eed97ac9a4c1d63109.tar.gz
vdr-plugin-targavfd-49d9319bb23d8306486821eed97ac9a4c1d63109.tar.bz2
Closing of libusb corrected
Diffstat (limited to 'vfd.h')
-rw-r--r--vfd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vfd.h b/vfd.h
index ca079b9..5565e80 100644
--- a/vfd.h
+++ b/vfd.h
@@ -51,6 +51,7 @@ class cVFDFont;
class cVFDQueue : public std::queue<unsigned char> {
struct libusb_device_handle* devh;
+ bool bInit;
public:
cVFDQueue();
virtual ~cVFDQueue();