mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
[apps/calculation] Correct constant expression types
Change-Id: Ida74f65af010536a63704cf505fca86acf27e496
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
||||
|
||||
private:
|
||||
constexpr static int k_maxNumberOfDisplayedRows = 10;
|
||||
constexpr static int k_resultHeight = 12;
|
||||
constexpr static KDCoordinate k_resultHeight = 12;
|
||||
HistoryViewCell m_calculationHistory[k_maxNumberOfDisplayedRows];
|
||||
SelectableTableView m_selectableTableView;
|
||||
CalculationStore * m_calculationStore;
|
||||
|
||||
@@ -20,7 +20,7 @@ public:
|
||||
void didBecomeFirstResponder() override;
|
||||
bool handleEvent(Ion::Events::Event event) override;
|
||||
private:
|
||||
constexpr static int k_resultWidth = 80;
|
||||
constexpr static KDCoordinate k_resultWidth = 80;
|
||||
enum class SelectedView {
|
||||
PrettyPrint,
|
||||
Result
|
||||
|
||||
Reference in New Issue
Block a user