small fix for generic factory header
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Robin Müller 2022-05-03 17:45:39 +02:00
parent ae0120f3ef
commit d79323c6ca
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -5,7 +5,7 @@ class HealthTableIF;
namespace ObjectFactory {
void produceGenericObjects(HealthTableIF** healthTable);
void produceGenericObjects(HealthTableIF** healthTable = nullptr);
}