mirror of
https://github.com/overte-org/overte.git
synced 2025-08-13 05:56:56 +02:00
Compile error fix
This commit is contained in:
parent
fe17550a80
commit
b46378e0b6
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ QSharedPointer<T> DependencyManager::set(Args&&... args) {
|
|||
}
|
||||
|
||||
QSharedPointer<T> newInstance(new I(args...), &I::customDeleter);
|
||||
_instanceHash.insert(hashCode, newInstance);
|
||||
manager()._instanceHash.insert(hashCode, newInstance);
|
||||
|
||||
return newInstance;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue