Same as original
Diff: button_group.hpp
- Revision:
- 1:57fe493e8db2
- Parent:
- 0:d3038879fed6
- Child:
- 3:d99d9c0324b7
--- a/button_group.hpp Sun Nov 22 10:07:55 2015 +0000 +++ b/button_group.hpp Mon Nov 23 01:05:59 2015 +0000 @@ -1,7 +1,7 @@ //----------------------------------------------------------- // Button group class -- Header // -// 2015/11/22, Copyright (c) 2015 MIKAMI, Naoki +// 2015/11/23, Copyright (c) 2015 MIKAMI, Naoki //----------------------------------------------------------- #ifndef F746_BUTTON_GROUP_HPP @@ -53,7 +53,7 @@ bool GetTouchedNumber(int &num); // Get touched number and redraw button if touched - bool GetTouchedNumber(int &num, uint32_t color, uint32_t textColor = LCD_COLOR_WHITE); + bool GetTouchedNumber(int &num, uint32_t color); private: Button **buttons_;