mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
[apps] Rule of 5 (3)
Change-Id: Ia85b23a09e9debd62b4f3590463a4f16454ef4b7
This commit is contained in:
@@ -12,9 +12,9 @@ ValuesController::ValuesController(Responder * parentResponder, CartesianFunctio
|
||||
m_functionTitleCells{},
|
||||
m_floatCells{},
|
||||
m_functionStore(functionStore),
|
||||
m_functionParameterController(FunctionParameterController(this)),
|
||||
m_intervalParameterController(IntervalParameterController(this, &m_interval)),
|
||||
m_derivativeParameterController(DerivativeParameterController(this))
|
||||
m_functionParameterController(this),
|
||||
m_intervalParameterController(this, &m_interval),
|
||||
m_derivativeParameterController(this)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user