mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 11:25:36 -04:00
[partition] Warnings-- by initialization order
This commit is contained in:
parent
44a11bd93b
commit
687a795b71
1 changed files with 2 additions and 2 deletions
|
@ -82,10 +82,10 @@ PartitionLayout::PartitionEntry::PartitionEntry()
|
||||||
}
|
}
|
||||||
|
|
||||||
PartitionLayout::PartitionEntry::PartitionEntry( const QString& size, const QString& min, const QString& max )
|
PartitionLayout::PartitionEntry::PartitionEntry( const QString& size, const QString& min, const QString& max )
|
||||||
: partSize( size )
|
: partAttributes( 0 )
|
||||||
|
, partSize( size )
|
||||||
, partMinSize( min )
|
, partMinSize( min )
|
||||||
, partMaxSize( max )
|
, partMaxSize( max )
|
||||||
, partAttributes( 0 )
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue