Initialize member variables in AWS NEXRAD Data Provider

This commit is contained in:
Dan Paulat 2022-11-06 23:39:39 -06:00
parent c7a69a76be
commit ec355dd794

View file

@ -49,6 +49,7 @@ public:
client_ {nullptr}, client_ {nullptr},
objects_ {}, objects_ {},
objectsMutex_ {}, objectsMutex_ {},
objectDates_ {},
lastModified_ {}, lastModified_ {},
updatePeriod_ {} updatePeriod_ {}
{ {