Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
Fix for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Oct 18, 2023
1 parent 6db372b commit 9c91368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/bootstrap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void startProcessingWays(const underpassconfig::UnderpassConfig &config) {

auto queryvalidate = std::make_shared<QueryValidate>(db);
auto queryraw = std::make_shared<QueryRaw>(db);
std::vector<const std::string> tables = {
std::vector<std::string> tables = {
QueryRaw::polyTable,
QueryRaw::lineTable
};
Expand Down

0 comments on commit 9c91368

Please sign in to comment.