Skip to content
Snippets Groups Projects
Commit 475cc0eb authored by Marco Clemencic's avatar Marco Clemencic
Browse files

fixed compilation on slc6-gcc49 (lcg 84)

parent fecb9b85
No related branches found
No related tags found
1 merge request!182modernization of Property
This commit is part of merge request !182. Comments created here will be created in the context of that merge request.
......@@ -594,8 +594,8 @@ private:
IntegerProperty m_cardinality{this, "Cardinality", 1, "how many clones to create"};
StringArrayProperty m_neededResources{this, "NeededResources", {}, "named resources needed during event looping"};
PropertyWithValue<DataObjIDColl> m_extInputDataObjs{this, "ExtraInputs", {}, "[[deprecated]]"};
PropertyWithValue<DataObjIDColl> m_extOutputDataObjs{this, "ExtraOutputs", {}, "[[deprecated]]"};
PropertyWithValue<DataObjIDColl> m_extInputDataObjs{this, "ExtraInputs", DataObjIDColl{}, "[[deprecated]]"};
PropertyWithValue<DataObjIDColl> m_extOutputDataObjs{this, "ExtraOutputs", DataObjIDColl{}, "[[deprecated]]"};
bool m_filterPassed = true; ///< Filter passed flag
bool m_isExecuted = false; ///< Algorithm is executed flag
......
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