diff options
author | anbr <vdr07@deltab.de> | 2011-06-04 18:11:44 +0200 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2011-06-04 18:11:44 +0200 |
commit | 49d9319bb23d8306486821eed97ac9a4c1d63109 (patch) | |
tree | ecaac07a1513b65cc1052429a0aadc385d507029 /vfd.h | |
parent | 4aa7d6036c06d40ef99b43074ac60c87a4602b9d (diff) | |
download | vdr-plugin-targavfd-49d9319bb23d8306486821eed97ac9a4c1d63109.tar.gz vdr-plugin-targavfd-49d9319bb23d8306486821eed97ac9a4c1d63109.tar.bz2 |
Closing of libusb corrected
Diffstat (limited to 'vfd.h')
-rw-r--r-- | vfd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ class cVFDFont; class cVFDQueue : public std::queue<unsigned char> { struct libusb_device_handle* devh; + bool bInit; public: cVFDQueue(); virtual ~cVFDQueue(); |