mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Initialize all members even in private ctor.
This commit is contained in:
parent
94a1f44fd7
commit
233d759a00
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@ ProcessJobModule::initFrom( const YAML::Node& node )
|
|||
|
||||
ProcessJobModule::ProcessJobModule()
|
||||
: Module()
|
||||
, m_secondsTimeout( 30 )
|
||||
, m_runInChroot( false )
|
||||
{}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue