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
@@ -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);
|
||||
|
Reference in New Issue
Block a user