mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -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 )
|
||||
: partSize( size )
|
||||
: partAttributes( 0 )
|
||||
, partSize( size )
|
||||
, partMinSize( min )
|
||||
, partMaxSize( max )
|
||||
, partAttributes( 0 )
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue