mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 07:40:42 +01:00
[shared] Rename classes:
ExpressionModelHandle --> ExpressionModel SingleExpressionModelHandle --> ExpressionModelHandle StorageFunction --> Function StorageCartesianFunction --> CartesianFunction StorageFunctionApp --> FunctionApp
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#define SHARED_STORAGE_VALUES_FUNCTION_PARAM_CONTROLLER_H
|
||||
|
||||
#include <escher.h>
|
||||
#include "storage_function.h"
|
||||
#include "function.h"
|
||||
#include <apps/i18n.h>
|
||||
|
||||
namespace Shared {
|
||||
@@ -34,7 +34,7 @@ protected:
|
||||
SelectableTableView m_selectableTableView;
|
||||
Ion::Storage::Record m_record;
|
||||
private:
|
||||
char m_pageTitle[StorageFunction::k_maxNameWithArgumentSize];
|
||||
char m_pageTitle[Function::k_maxNameWithArgumentSize];
|
||||
char m_symbol;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user