mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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