mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
adding missing variable initialisation in second constructor
This commit is contained in:
committed by
Mohammad Al-Turany
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)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user