From 49d9319bb23d8306486821eed97ac9a4c1d63109 Mon Sep 17 00:00:00 2001
From: anbr <vdr07@deltab.de>
Date: Sat, 4 Jun 2011 18:11:44 +0200
Subject: Closing of libusb corrected

---
 vfd.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'vfd.h')

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();
-- 
cgit v1.2.3