Fix init order to quiet warnings

This commit is contained in:
Seth Hillbrand 2019-02-16 12:53:25 -08:00
parent 85a7ab7795
commit d15876595f
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
*
* Copyright (C) 2013 CERN
* @author Tomasz Wlostowski <tomasz.wlostowski@cern.ch>
* Copyright (C) 2016 KiCad Developers, see AUTHORS.txt for contributors.
* Copyright (C) 2016-2019 KiCad Developers, see AUTHORS.txt for contributors.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@ -136,8 +136,8 @@ public:
m_func( std::move( aEntry ) ),
m_running( false ),
m_args( 0 ),
m_callContext( nullptr ),
m_caller( nullptr ),
m_callContext( nullptr ),
m_callee( nullptr ),
m_retVal( 0 )
{