mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-22 07:10:40 +01:00
[apps/shared] ExpressionModelHandle: specify the symbol that is turned
into Unknown X in Derived classes
This commit is contained in:
@@ -18,7 +18,7 @@ StorageDerivativeParameterController::StorageDerivativeParameterController(Stora
|
||||
}
|
||||
|
||||
void StorageDerivativeParameterController::viewWillAppear() {
|
||||
functionStore()->modelForRecord(m_record)->derivativeNameWithArgument(m_pageTitle, k_maxNumberOfCharsInTitle, StorageCartesianFunctionStore::Symbol());
|
||||
functionStore()->modelForRecord(m_record)->derivativeNameWithArgument(m_pageTitle, k_maxNumberOfCharsInTitle, Shared::StorageCartesianFunction::Symbol());
|
||||
}
|
||||
|
||||
const char * StorageDerivativeParameterController::title() {
|
||||
|
||||
Reference in New Issue
Block a user