mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 18:05:36 -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()
|
ProcessJobModule::ProcessJobModule()
|
||||||
: Module()
|
: Module()
|
||||||
|
, m_secondsTimeout( 30 )
|
||||||
|
, m_runInChroot( false )
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue