mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Add missing definition of static member variables
This commit is contained in:
@@ -9,6 +9,9 @@ using namespace Poincare;
|
||||
|
||||
namespace Shared {
|
||||
|
||||
constexpr int ValuesController::k_maxNumberOfDisplayableRows;
|
||||
|
||||
// TODO: use std::abs
|
||||
static inline int absInt(int x) { return x < 0 ? -x : x; }
|
||||
|
||||
// Constructor and helpers
|
||||
|
||||
Reference in New Issue
Block a user