[escher] Change name list view cell -> menu list cell

Change-Id: I9fccf615fc0ebacadf7d0b55ca9af5ec997ce572
This commit is contained in:
Émilie Feral
2016-10-25 16:48:32 +02:00
parent 269b11efef
commit cedabbb13a
22 changed files with 93 additions and 93 deletions

View File

@@ -25,8 +25,8 @@ private:
constexpr static int k_totalNumberOfCell = 2;
constexpr static int k_maxNumberOfCharsInTitle = 16;
char m_pageTitle[k_maxNumberOfCharsInTitle];
SwitchListViewCell m_displayDerivativeColumn;
ListViewCell m_copyColumn;
SwitchMenuListCell m_displayDerivativeColumn;
MenuListCell m_copyColumn;
SelectableTableView m_selectableTableView;
Function * m_function;
};