From 9fea07542a6df7370729f187e5fd7a98f1050615 Mon Sep 17 00:00:00 2001 From: Matthias Volk Date: Fri, 5 Mar 2021 11:52:02 +0100 Subject: [PATCH] Fixed warning --- src/storm-parsers/parser/PrismParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storm-parsers/parser/PrismParser.cpp b/src/storm-parsers/parser/PrismParser.cpp index 470993e8f..36a01f05f 100644 --- a/src/storm-parsers/parser/PrismParser.cpp +++ b/src/storm-parsers/parser/PrismParser.cpp @@ -453,7 +453,7 @@ namespace storm { return false; } return true; - }; + } bool PrismParser::isFreshIdentifier(std::string const& identifier) { if (!this->secondRun && this->manager->hasVariable(identifier)) {