diff --git a/src/ir/BooleanVariable.h b/src/ir/BooleanVariable.h index e12506b67..9c5ba17c0 100644 --- a/src/ir/BooleanVariable.h +++ b/src/ir/BooleanVariable.h @@ -33,7 +33,7 @@ public: * @param variableName the name of the variable. * @param initialValue the expression that defines the initial value of the variable. */ - BooleanVariable(uint_fast64_t index, std::string variableName, std::shared_ptr initialValue = std::shared_ptr(new storm::ir::expressions::BooleanLiteral(false))); + BooleanVariable(uint_fast64_t index, std::string variableName, std::shared_ptr initialValue = std::shared_ptr(nullptr)); /*! * Retrieves a string representation of this variable.