summaryrefslogtreecommitdiff
path: root/vfd.h
diff options
context:
space:
mode:
Diffstat (limited to 'vfd.h')
-rw-r--r--vfd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vfd.h b/vfd.h
index 199c151..bb2973b 100644
--- a/vfd.h
+++ b/vfd.h
@@ -92,7 +92,7 @@ public:
bool flush (bool refreshAll = true);
void icons(unsigned int state);
- virtual bool SetFont(const char *szFont, int bTwoLineMode, int nBigFontHeight, int nSmallFontHeight);
+ virtual bool SetFont(const char *szFont, bool bTwoLineMode, int nBigFontHeight, int nSmallFontHeight);
};