From 7382d0b38a4ab92d5c578259d1365a9dc45c0bb3 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 4 Oct 2022 13:24:41 +0200 Subject: [PATCH] that should do the job --- unittests/CatchSetup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/CatchSetup.cpp b/unittests/CatchSetup.cpp index 9206c2e18..aa4cdcbab 100644 --- a/unittests/CatchSetup.cpp +++ b/unittests/CatchSetup.cpp @@ -25,7 +25,7 @@ ServiceInterfaceStream warning("WARNING"); int customSetup() { // global setup ObjectManager* objMan = ObjectManager::instance(); - objMan->setObjectFactoryFunction(Factory::produceFrameworkObjects, nullptr); + Factory::produceFrameworkObjects(nullptr); objMan->initialize(); return 0; }