Adapt to new auto coding style

This commit is contained in:
Alexander Bock
2022-02-10 15:20:21 +01:00
parent 0e49606706
commit 30212b6768
58 changed files with 446 additions and 404 deletions

View File

@@ -99,7 +99,7 @@ SessionRecording::SessionRecording(bool isGlobal)
, _ignoreRecordedScale(IgnoreRecordedScaleInfo, false)
{
if (isGlobal) {
auto fTask = FactoryManager::ref().factory<Task>();
ghoul::TemplateFactory<Task>* fTask = FactoryManager::ref().factory<Task>();
ghoul_assert(fTask, "No task factory existed");
fTask->registerClass<ConvertRecFormatTask>("ConvertRecFormatTask");
fTask->registerClass<ConvertRecFileVersionTask>("ConvertRecFileVersionTask");