diff options
Diffstat (limited to 'vfd.h')
-rw-r--r-- | vfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); }; |