diff --git a/src/lib/eolian_cxx/eo_types.hh b/src/lib/eolian_cxx/eo_types.hh index 987be69740..843c2fab55 100644 --- a/src/lib/eolian_cxx/eo_types.hh +++ b/src/lib/eolian_cxx/eo_types.hh @@ -294,6 +294,8 @@ struct eo_function struct eo_event { + eo_event() : scope(eolian_scope::public_) {} + eolian_scope scope; std::string name; std::string eo_name;