mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 16:50:50 +01:00
[apps/shared] Use StorageFunction::k_maxNameWithArgumentSize
This commit is contained in:
@@ -32,8 +32,7 @@ protected:
|
||||
MessageTableCellWithChevron m_copyColumn;
|
||||
SelectableTableView m_selectableTableView;
|
||||
private:
|
||||
constexpr static int k_maxNumberOfCharsInTitle = Poincare::SymbolAbstract::k_maxNameSize + 4; /* Function name and null-terminating char + "(x)" */;
|
||||
char m_pageTitle[k_maxNumberOfCharsInTitle];
|
||||
char m_pageTitle[StorageFunction::k_maxNameWithArgumentSize];
|
||||
StorageFunction * m_function;
|
||||
char m_symbol;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user