diff --git a/src/utilities/bcl/BCL.hpp b/src/utilities/bcl/BCL.hpp index 278ed1c3d2..caeb8d41a8 100644 --- a/src/utilities/bcl/BCL.hpp +++ b/src/utilities/bcl/BCL.hpp @@ -196,7 +196,7 @@ class UTILITIES_API BCLSearchResult std::string m_modelerDescription; std::string m_fidelityLevel; std::string m_componentType; - bool m_provenanceRequired; + bool m_provenanceRequired = false; std::vector m_provenances; std::vector m_tags; std::vector m_attributes;