From 14fc069354b67587322d4a9d1e65239ba22d5673 Mon Sep 17 00:00:00 2001 From: Mikhail Gorbushin Date: Mon, 17 Jun 2019 12:33:23 +0300 Subject: [PATCH] fix build --- generator/restriction_collector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/restriction_collector.cpp b/generator/restriction_collector.cpp index aec4ef51c0..43b3013890 100644 --- a/generator/restriction_collector.cpp +++ b/generator/restriction_collector.cpp @@ -362,7 +362,7 @@ void FromString(std::string const & str, Restriction::Type & type) } CHECK(false, - ("Invalid line:", str, "expected:", kNo, "or", kOnly, "or", kNoUTurn, "or", kOnlyUTurnrouting/restrictions_serialization.hpp)); + ("Invalid line:", str, "expected:", kNo, "or", kOnly, "or", kNoUTurn, "or", kOnlyUTurnrouting)); UNREACHABLE(); }