diff options
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(); |