mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Apply modernize-use-equals-default
This commit is contained in:
committed by
Dennis Klein
parent
9444de5868
commit
6aeac265ec
@@ -25,7 +25,7 @@ namespace fair::mq
|
||||
class Sink : public Device
|
||||
{
|
||||
public:
|
||||
Sink() {}
|
||||
Sink() = default;
|
||||
|
||||
protected:
|
||||
bool fMultipart = false;
|
||||
|
Reference in New Issue
Block a user