fix typename

This commit is contained in:
matcool 2024-11-12 02:41:35 -03:00
parent e61b2c0595
commit 00cc510d5b

View file

@ -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;