Remove unnecessary semicolon (-Wpedantic).

This commit is contained in:
Andrius Štikonas 2020-10-24 16:29:09 +01:00
parent ec3479f302
commit 0c37cc54a6
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class CoreBackendPartitionTable;
class SfdiskDevice : public CoreBackendDevice
{
Q_DISABLE_COPY(SfdiskDevice);
Q_DISABLE_COPY(SfdiskDevice)
public:
explicit SfdiskDevice(const Device& d);