mirror of
https://github.com/Naios/continuable.git
synced 2026-02-11 12:49:49 +08:00
again
This commit is contained in:
parent
4bcc0cf2b1
commit
203c170890
@ -113,7 +113,7 @@ namespace detail
|
|||||||
void Dispatch()
|
void Dispatch()
|
||||||
{
|
{
|
||||||
if (_entry_point)
|
if (_entry_point)
|
||||||
_entry_point.value()();
|
(*_entry_point)();
|
||||||
}
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user