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,