diff --git a/src/parser/PrismParser.h b/src/parser/PrismParser.h index 98053890a..15acef30b 100644 --- a/src/parser/PrismParser.h +++ b/src/parser/PrismParser.h @@ -33,7 +33,7 @@ namespace storm { class GlobalProgramInformation { public: // Default construct the header information. - GlobalProgramInformation() = default; + GlobalProgramInformation() : hasInitialStatesExpression(false), currentCommandIndex(0), currentUpdateIndex(0) {} // Members for all essential information that needs to be collected. storm::prism::Program::ModelType modelType;