mirror of
https://github.com/Naios/continuable.git
synced 2025-12-11 22:19:54 +08:00
again
This commit is contained in:
parent
3ec940c1a5
commit
8435bc4096
@ -113,7 +113,7 @@ namespace detail
|
||||
void Dispatch()
|
||||
{
|
||||
if (_entry_point)
|
||||
_entry_point.value()();
|
||||
(*_entry_point)();
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user