mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/shared] Cartesian: PlotType can be a uint8_t instead of an int
This commit is contained in:
@@ -20,7 +20,7 @@ public:
|
||||
Poincare::Expression expressionReduced(Poincare::Context * context) const override;
|
||||
|
||||
static constexpr int k_numberOfPlotTypes = 3;
|
||||
enum class PlotType {
|
||||
enum class PlotType : uint8_t {
|
||||
Cartesian = 0,
|
||||
Polar = 1,
|
||||
Parametric = 2
|
||||
|
||||
Reference in New Issue
Block a user