mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04:00
[partition] Reduce warnings (shadow, ;, types)
This commit is contained in:
parent
1a4a265262
commit
d2404851cd
4 changed files with 7 additions and 7 deletions
|
@ -60,8 +60,8 @@ PartitionLayout::PartitionLayout( PartitionLayout::PartitionEntry entry )
|
|||
}
|
||||
|
||||
PartitionLayout::PartitionLayout( const PartitionLayout& layout )
|
||||
: m_partLayout( layout.m_partLayout )
|
||||
, m_defaultFsType( layout.m_defaultFsType )
|
||||
: m_defaultFsType( layout.m_defaultFsType )
|
||||
, m_partLayout( layout.m_partLayout )
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue