mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-21 23:18:05 -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
|
||||
// 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) {
|
||||
handle.destroy();
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue