Fix reorder warnings

This commit is contained in:
Alexey Rybalchenko
2018-01-24 13:00:11 +01:00
committed by Mohammad Al-Turany
parent 2c2770204f
commit 7e6bd91467
3 changed files with 3 additions and 3 deletions

View File

@@ -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
{