renamed blob to blob_type_t
This commit is contained in:
@@ -30,7 +30,7 @@ static const matador::utils::enum_mapper<CollectionCenterType> CollectionCenterT
|
||||
|
||||
struct CollectionCenter : core::Model {
|
||||
std::string name;
|
||||
matador::utils::blob symbol;
|
||||
matador::utils::blob_type_t symbol;
|
||||
CollectionCenterType type{CollectionCenterType::NoType};
|
||||
matador::object::collection<matador::object::object_ptr<User>> users;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user