From 9354b1801a88d542d96f43e5d6fba54728b9c0f7 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 16 Aug 2022 17:13:05 +0200 Subject: [PATCH] ctor argument not required anymore --- example/core/GenericFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/core/GenericFactory.cpp b/example/core/GenericFactory.cpp index 3f6296d..afc4e7d 100644 --- a/example/core/GenericFactory.cpp +++ b/example/core/GenericFactory.cpp @@ -41,7 +41,7 @@ void ObjectFactory::produceGenericObjects() { new HealthTable(objects::HEALTH_TABLE); new InternalErrorReporter(objects::INTERNAL_ERROR_REPORTER); auto* stamperAndReader = new CdsShortTimeStamper(objects::TIME_STAMPER); - new VerificationReporter(nullptr); + new VerificationReporter(); auto *ccsdsDistrib = new CCSDSDistributor(apid::APID, objects::CCSDS_DISTRIBUTOR); new PusDistributor(apid::APID, objects::PUS_DISTRIBUTOR,