From 8435bc4096a96c5717cc6c93587d649e1b454306 Mon Sep 17 00:00:00 2001 From: Denis Blank Date: Mon, 15 Jun 2015 01:31:48 +0200 Subject: [PATCH] again --- fluent/Continuable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluent/Continuable.h b/fluent/Continuable.h index aed0621..5ff26ab 100644 --- a/fluent/Continuable.h +++ b/fluent/Continuable.h @@ -113,7 +113,7 @@ namespace detail void Dispatch() { if (_entry_point) - _entry_point.value()(); + (*_entry_point)(); } public: