Proper C++ array initialiation

Change-Id: Ic2fab5db3921f477832eaddf5226b6727f68a34c
This commit is contained in:
Romain Goyet
2016-11-05 14:49:25 +01:00
parent f4a95cb43f
commit 150f52a993
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ namespace Graph {
FunctionParameterController::FunctionParameterController(Responder * parentResponder) :
ViewController(parentResponder),
m_pageTitle("Colonne f(x)"),
m_pageTitle{"Colonne f(x)"},
m_displayDerivativeColumn(SwitchMenuListCell((char*)"Colonne de la fonction derivee")),
m_copyColumn(MenuListCell((char*)"Copier la colonne dans une liste")),
m_selectableTableView(SelectableTableView(this, this, Metric::TopMargin, Metric::RightMargin,