mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-02 01:30:34 -06:00
Adapt to new auto coding style
This commit is contained in:
@@ -72,7 +72,8 @@ void SyncModule::internalInitialize(const ghoul::Dictionary& configuration) {
|
||||
|
||||
_synchronizationRoot = absPath(p.synchronizationRoot);
|
||||
|
||||
auto fSynchronization = FactoryManager::ref().factory<ResourceSynchronization>();
|
||||
ghoul::TemplateFactory<ResourceSynchronization>* fSynchronization =
|
||||
FactoryManager::ref().factory<ResourceSynchronization>();
|
||||
ghoul_assert(fSynchronization, "ResourceSynchronization factory was not created");
|
||||
|
||||
fSynchronization->registerClass(
|
||||
|
||||
Reference in New Issue
Block a user