finished relation completer
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "../core/Model.hpp"
|
||||
|
||||
#include "matador/object/collection.hpp"
|
||||
#include "matador/object/object_ptr.hpp"
|
||||
|
||||
#include "matador/utils/base_class.hpp"
|
||||
#include "matador/utils/enum_mapper.hpp"
|
||||
@@ -29,7 +30,7 @@ struct CollectionCenter : core::Model {
|
||||
std::string name;
|
||||
matador::utils::blob symbol;
|
||||
CollectionCenterType type{CollectionCenterType::NoType};
|
||||
matador::object::collection<User> users;
|
||||
matador::object::collection<matador::object::object_ptr<User>> users;
|
||||
|
||||
template<typename Operator>
|
||||
void process( Operator& op ) {
|
||||
|
||||
Reference in New Issue
Block a user