summaryrefslogtreecommitdiff
path: root/vfd.h
diff options
context:
space:
mode:
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();