renamed basic_types enumerations
This commit is contained in:
@@ -70,7 +70,7 @@ private:
|
||||
|
||||
std::string name_;
|
||||
object *owner_{nullptr};
|
||||
utils::basic_type type_{utils::basic_type::type_null};
|
||||
utils::basic_type type_{utils::basic_type::Null};
|
||||
utils::field_attributes options_{};
|
||||
null_option_type null_option_{null_option_type::NotNull};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user