mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[partition] Drop extra ; (warnings--)
This commit is contained in:
parent
5f2b191be0
commit
ca3110d429
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ enum class SizeUnit
|
|||
class PartSize : public NamedSuffix<SizeUnit, SizeUnit::None>
|
||||
{
|
||||
public:
|
||||
PartSize() : NamedSuffix() { };
|
||||
PartSize( int v, unit_t u ) : NamedSuffix( v, u ) { };
|
||||
PartSize() : NamedSuffix() { }
|
||||
PartSize( int v, unit_t u ) : NamedSuffix( v, u ) { }
|
||||
PartSize( const QString& );
|
||||
|
||||
bool isValid() const
|
||||
|
|
Loading…
Add table
Reference in a new issue