diff --git a/src/option.h b/src/option.h index 2bb9e342..f94ef783 100644 --- a/src/option.h +++ b/src/option.h @@ -133,8 +133,8 @@ public: } virtual value_t operator()(call_scope_t& args) { - handled = true; handler(args); + handled = true; return true; } };