Skip to content
Snippets Groups Projects
Commit ca3110d4 authored by Adriaan de Groot's avatar Adriaan de Groot
Browse files

[partition] Drop extra ; (warnings--)

parent 5f2b191b
Branches
Tags v3.2.6
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment