Skip to content
Snippets Groups Projects
Verified Commit 03f07e78 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Fix constructor of Entity class

parent 21dc4f5c
Branches
Tags
3 merge requests!42Release 0.2.0,!39F remove boost rdep,!34F grpc f acm
Pipeline #18704 failed
This commit is part of merge request !28. Comments created here will be created in the context of that merge request.
......@@ -707,6 +707,7 @@ public:
: static_cast<ProtoDataType *>(nullptr)) {
properties.wrapped = this->wrapped->mutable_properties();
parents.wrapped = this->wrapped->mutable_parents();
file_descriptor.wrapped = this->wrapped->mutable_file_descriptor();
};
explicit inline Entity(EntityResponse *response) : Entity(response->mutable_entity()) {
this->errors.wrapped->Swap(response->mutable_errors());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment