mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[shared] Remove const qualifiers from interestingRanges
Change-Id: I794aa144af9dc9eab3090eea7fd54a7cdac2fd68
This commit is contained in:
committed by
LeaNumworks
parent
ff220b7103
commit
a8858023ba
@@ -153,7 +153,7 @@ int FunctionGraphController::numberOfCurves() const {
|
||||
return functionStore()->numberOfActiveFunctions();
|
||||
}
|
||||
|
||||
void FunctionGraphController::interestingRanges(InteractiveCurveViewRange * range) const {
|
||||
void FunctionGraphController::interestingRanges(InteractiveCurveViewRange * range) {
|
||||
Poincare::Context * context = textFieldDelegateApp()->localContext();
|
||||
constexpr int maxLength = 10;
|
||||
float xMins[maxLength], xMaxs[maxLength], yMins[maxLength], yMaxs[maxLength];
|
||||
|
||||
Reference in New Issue
Block a user