Skip to content
Snippets Groups Projects

F async execute

Merged Timm Fitschen requested to merge f-async-execute into dev
All threads resolved!
2 files
+ 12
12
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -707,7 +707,7 @@ public:
: static_cast<ProtoDataType *>(nullptr)) {
properties.wrapped = this->wrapped->mutable_properties();
parents.wrapped = this->wrapped->mutable_parents();
if(this->wrapped->has_file_descriptor()) {
if (this->wrapped->has_file_descriptor()) {
file_descriptor.wrapped = this->wrapped->mutable_file_descriptor();
}
};
Loading