mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[escher] Rework of timers and bigger text in toolboxes
This commit is contained in:
@@ -71,7 +71,7 @@ protected:
|
||||
|
||||
private:
|
||||
static constexpr int k_numberOfCells = I18n::NumberOfLanguages > I18n::NumberOfCountries ? I18n::NumberOfLanguages : I18n::NumberOfCountries;
|
||||
MessageTableCell m_cells[k_numberOfCells];
|
||||
MessageTableCell<> m_cells[k_numberOfCells];
|
||||
Mode m_mode;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user