local pool updates

This commit is contained in:
2021-01-25 13:09:39 +01:00
parent df9f534d12
commit 4dbd5a58e3
5 changed files with 8 additions and 8 deletions

View File

@ -906,6 +906,6 @@ void LocalDataPoolManager::printWarningOrError(sif::OutputTypes outputType,
}
}
LocalDataPoolManager* LocalDataPoolManager::getHkManagerHandle() {
LocalDataPoolManager* LocalDataPoolManager::getPoolManagerHandle() {
return this;
}