From 9c91368e781c1b21a01071489aef4446d964b416 Mon Sep 17 00:00:00 2001 From: Emillio Mariscal Date: Wed, 18 Oct 2023 20:11:57 -0300 Subject: [PATCH] Fix for compatibility --- src/bootstrap/bootstrap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/bootstrap.cc b/src/bootstrap/bootstrap.cc index bbed47d9..09ded93a 100644 --- a/src/bootstrap/bootstrap.cc +++ b/src/bootstrap/bootstrap.cc @@ -67,7 +67,7 @@ void startProcessingWays(const underpassconfig::UnderpassConfig &config) { auto queryvalidate = std::make_shared(db); auto queryraw = std::make_shared(db); - std::vector tables = { + std::vector tables = { QueryRaw::polyTable, QueryRaw::lineTable };