Apply modernize-use-override

This commit is contained in:
Alexey Rybalchenko
2021-09-14 12:50:44 +02:00
committed by Dennis Klein
parent ad824b4de1
commit 153dcfab94
9 changed files with 9 additions and 21 deletions

View File

@@ -33,7 +33,7 @@ class Control : public Plugin
Control& operator=(const Control&) = delete;
Control& operator=(Control&&) = delete;
~Control();
~Control() override;
private:
auto InteractiveMode() -> void;