mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-27 14:39:20 -06:00
Adapt to new auto coding style
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user