Commit 268e7806 authored by Dominik Charousset's avatar Dominik Charousset

Fix typo for inspector overload of op::state

parent 90ee87ee
...@@ -35,7 +35,7 @@ CAF_CORE_EXPORT bool from_integer(std::underlying_type_t<state>, state&); ...@@ -35,7 +35,7 @@ CAF_CORE_EXPORT bool from_integer(std::underlying_type_t<state>, state&);
/// @relates state /// @relates state
template <class Inspector> template <class Inspector>
bool insstatet(Inspector& f, state& x) { bool inspect(Inspector& f, state& x) {
return default_enum_inspect(f, x); return default_enum_inspect(f, x);
} }
......
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