summaryrefslogtreecommitdiff
path: root/vfd.h
diff options
context:
space:
mode:
Diffstat (limited to 'vfd.h')
-rw-r--r--vfd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vfd.h b/vfd.h
index bb2973b..c572b89 100644
--- a/vfd.h
+++ b/vfd.h
@@ -55,6 +55,7 @@ class cVFDQueue : public std::queue<byte> {
public:
cVFDQueue();
virtual ~cVFDQueue();
+protected:
virtual bool open();
virtual void close();
virtual bool isopen() const { return hid != 0; }
@@ -84,7 +85,7 @@ public:
virtual ~cVFD();
virtual bool open();
- virtual void close ();
+ virtual void close();
void clear ();