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
No related branches found
No related tags found
3 merge requests!42Release 0.2.0,!39F remove boost rdep,!34F grpc f acm
Pipeline #18704 failed
......@@ -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.
Finish editing this message first!
Please register or to comment