mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
adding missing variable initialisation in second constructor
This commit is contained in:
parent
2a134b9206
commit
4351f3df0d
|
@ -64,7 +64,6 @@ FairMQDevice::FairMQDevice()
|
|||
, fVersion({0, 0, 0})
|
||||
, fRate(0.)
|
||||
, fLastTime(0)
|
||||
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -94,6 +93,8 @@ FairMQDevice::FairMQDevice(const fair::mq::tools::Version version)
|
|||
, fMultitransportProceed(false)
|
||||
, fExternalConfig(false)
|
||||
, fVersion(version)
|
||||
, fRate(0.)
|
||||
, fLastTime(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user