This commit is contained in:
Denis Blank 2015-06-15 01:31:48 +02:00 committed by Naios
parent 3ec940c1a5
commit 8435bc4096

View File

@ -113,7 +113,7 @@ namespace detail
void Dispatch()
{
if (_entry_point)
_entry_point.value()();
(*_entry_point)();
}
public: