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 };