Commit 612bf534 authored by Dominik Charousset's avatar Dominik Charousset

Add missing return statement

parent 66a00503
......@@ -52,7 +52,7 @@ struct config_value_adaptor_access {
using object_type = typename Trait::tuple_type;
static std::string type_name() {
Trait::type_name();
return Trait::type_name();
}
static caf::span<config_value_field<object_type>*> fields() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment