mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 15:37:53 -05:00
fix typename
This commit is contained in:
parent
e61b2c0595
commit
00cc510d5b
1 changed files with 1 additions and 1 deletions
|
@ -976,7 +976,7 @@ namespace geode {
|
||||||
}
|
}
|
||||||
// this should be fine because the parent task can only have
|
// this should be fine because the parent task can only have
|
||||||
// one pending task at a time
|
// one pending task at a time
|
||||||
std::shared_ptr<Task<U>::Handle> parentHandle = handle.promise().m_handle.lock();
|
auto parentHandle = handle.promise().m_handle.lock();
|
||||||
if (!parentHandle) {
|
if (!parentHandle) {
|
||||||
handle.destroy();
|
handle.destroy();
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue