mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 18:11:49 +00:00
Apply modernize-use-equals-default
This commit is contained in:
committed by
Dennis Klein
parent
9444de5868
commit
6aeac265ec
@@ -35,7 +35,7 @@ class ProgOptions
|
||||
{
|
||||
public:
|
||||
ProgOptions();
|
||||
virtual ~ProgOptions() {}
|
||||
virtual ~ProgOptions() = default;
|
||||
|
||||
void ParseAll(const std::vector<std::string>& cmdArgs, bool allowUnregistered);
|
||||
void ParseAll(const int argc, char const* const* argv, bool allowUnregistered = true);
|
||||
|
Reference in New Issue
Block a user