Fix init order to quiet warnings
This commit is contained in:
parent
85a7ab7795
commit
d15876595f
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 CERN
|
* Copyright (C) 2013 CERN
|
||||||
* @author Tomasz Wlostowski <tomasz.wlostowski@cern.ch>
|
* @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
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -136,8 +136,8 @@ public:
|
||||||
m_func( std::move( aEntry ) ),
|
m_func( std::move( aEntry ) ),
|
||||||
m_running( false ),
|
m_running( false ),
|
||||||
m_args( 0 ),
|
m_args( 0 ),
|
||||||
m_callContext( nullptr ),
|
|
||||||
m_caller( nullptr ),
|
m_caller( nullptr ),
|
||||||
|
m_callContext( nullptr ),
|
||||||
m_callee( nullptr ),
|
m_callee( nullptr ),
|
||||||
m_retVal( 0 )
|
m_retVal( 0 )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue