Apply modernize-use-default-member-init

This commit is contained in:
Alexey Rybalchenko
2021-05-26 13:53:48 +02:00
committed by Dennis Klein
parent e1b229522c
commit acf63d3c1b
33 changed files with 120 additions and 257 deletions

View File

@@ -16,9 +16,7 @@ namespace bpo = boost::program_options;
class Sender : public FairMQDevice
{
public:
Sender()
: fInputChannelName()
{}
Sender() {}
void Init() override
{