mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Apply modernize-use-override
This commit is contained in:
committed by
Dennis Klein
parent
ad824b4de1
commit
153dcfab94
@@ -26,7 +26,7 @@ class Config : public Plugin
|
||||
Config& operator=(const Config&) = delete;
|
||||
Config& operator=(Config&&) = delete;
|
||||
|
||||
~Config();
|
||||
~Config() override;
|
||||
};
|
||||
|
||||
Plugin::ProgOptions ConfigPluginProgramOptions();
|
||||
|
@@ -33,7 +33,7 @@ class Control : public Plugin
|
||||
Control& operator=(const Control&) = delete;
|
||||
Control& operator=(Control&&) = delete;
|
||||
|
||||
~Control();
|
||||
~Control() override;
|
||||
|
||||
private:
|
||||
auto InteractiveMode() -> void;
|
||||
|
Reference in New Issue
Block a user