Apply modernize-use-equals-default

This commit is contained in:
Alexey Rybalchenko
2021-05-26 23:49:15 +02:00
committed by Dennis Klein
parent 9444de5868
commit 6aeac265ec
40 changed files with 49 additions and 49 deletions

View File

@@ -19,7 +19,7 @@ namespace fair::mq
class Proxy : public Device
{
public:
Proxy() {}
Proxy() = default;
protected:
bool fMultipart = true;