Clean warnings

Change-Id: I576621aeea71cc343a255ea2d668a0cbd3504e9e
This commit is contained in:
Émilie Feral
2016-09-22 10:22:52 +02:00
parent 0418f76ce1
commit 86983d2280
5 changed files with 8 additions and 9 deletions

View File

@@ -64,9 +64,9 @@ const char * StackViewController::ControllerView::className() const {
StackViewController::StackViewController(Responder * parentResponder, ViewController * rootViewController, bool displayFirstStackHeader) :
ViewController(parentResponder),
m_view(ControllerView(displayFirstStackHeader)),
m_numberOfChildren(0),
m_rootViewController(rootViewController),
m_view(ControllerView(displayFirstStackHeader))
m_rootViewController(rootViewController)
{
// push(rootViewController);
}