mirror of
https://github.com/Naios/continuable.git
synced 2026-01-01 03:12:12 +08:00
again
This commit is contained in:
parent
4bcc0cf2b1
commit
203c170890
@ -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