We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c8f04 commit 83bcaaaCopy full SHA for 83bcaaa
1 file changed
Framework/Core/include/Framework/DataProcessorSpec.h
@@ -40,8 +40,8 @@ struct DataProcessorMetadata {
40
41
struct DataProcessorSpec {
42
std::string name;
43
- Inputs inputs;
44
- Outputs outputs;
+ Inputs inputs = {};
+ Outputs outputs = {};
45
AlgorithmSpec algorithm;
46
47
Options options = {};
0 commit comments