[apps] Fix uninitialized variables

Change-Id: Ia8a218786028d8e8da7faf6b17313fc160d0f264
This commit is contained in:
Émilie Feral
2017-05-09 15:08:31 +02:00
parent b45232435e
commit 0f987ebdc5
4 changed files with 5 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ namespace Shared {
FunctionGraphView::FunctionGraphView(InteractiveCurveViewRange * graphRange,
CurveViewCursor * cursor, BannerView * bannerView, View * cursorView) :
CurveView(graphRange, cursor, bannerView, cursorView),
m_xLabels{},
m_yLabels{},
m_context(nullptr)
{
}