the default ctor of entt::meta_factory should be public
This commit is contained in:
@@ -320,9 +320,10 @@ class meta_factory {
|
||||
}
|
||||
}
|
||||
|
||||
public:
|
||||
/*! @brief Default constructor. */
|
||||
meta_factory() ENTT_NOEXCEPT = default;
|
||||
|
||||
public:
|
||||
/**
|
||||
* @brief Extends a meta type by assigning it an identifier and properties.
|
||||
* @tparam Property Types of properties to assign to the meta type.
|
||||
|
||||
Reference in New Issue
Block a user