mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Apply readability-redundant-member-init
This commit is contained in:
@@ -68,11 +68,7 @@ string ConvertVarValToString(const po::variable_value& v)
|
||||
}
|
||||
|
||||
ProgOptions::ProgOptions()
|
||||
: fVarMap()
|
||||
, fAllOptions("FairMQ Command Line Options")
|
||||
, fUnregisteredOptions()
|
||||
, fEvents()
|
||||
, fMtx()
|
||||
: fAllOptions("FairMQ Command Line Options")
|
||||
{
|
||||
fAllOptions.add_options()
|
||||
("help,h", "Print help")
|
||||
|
Reference in New Issue
Block a user