fix(furvm, furas): fix function signature matching
This commit is contained in:
@@ -173,6 +173,8 @@ private:
|
||||
thing_type* mod_to_thing_type(const mod_h& mod, const mod_type& type) const;
|
||||
|
||||
thing<> make_reference(const thing<>& thing) const;
|
||||
private:
|
||||
static bool compare_thing_types(const thing_type& lhs, const thing_type& rhs);
|
||||
private:
|
||||
executor_flags m_flags{}; // NOLINT(bugprone-invalid-enum-default-initialization)
|
||||
context* m_context;
|
||||
|
||||
Reference in New Issue
Block a user