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

@@ -72,7 +72,7 @@ class TestDevice : public FairMQDevice
TestDevice& operator=(const TestDevice&) = delete;
TestDevice& operator=(TestDevice&&) = delete;
~TestDevice()
~TestDevice() override
{
WaitForState(fair::mq::State::Running);
ChangeState(fair::mq::Transition::Stop);