mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Fix reorder warnings
This commit is contained in:
committed by
Mohammad Al-Turany
parent
2c2770204f
commit
7e6bd91467
@@ -37,10 +37,10 @@ Control::Control(const string name, const Plugin::Version version, const string
|
||||
: Plugin(name, version, maintainer, homepage, pluginServices)
|
||||
, fControllerThread()
|
||||
, fSignalHandlerThread()
|
||||
, fDeviceTerminationRequested{false}
|
||||
, fEvents()
|
||||
, fEventsMutex()
|
||||
, fNewEvent()
|
||||
, fDeviceTerminationRequested{false}
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user