Bump flatbuffers to v24.3.25 version

This commit is contained in:
Siarhei Fedartsou
2024-06-22 18:52:02 +02:00
parent 7793ae47d3
commit 24c0ce7029
5 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ class TableAPI final : public BaseAPI
speed_cells = MakeEstimatesTable(fb_result, fallback_speed_cells);
}
fbresult::TableBuilder table(fb_result);
fbresult::TableResultBuilder table(fb_result);
table.add_destinations(destinations);
table.add_rows(number_of_sources);
table.add_cols(number_of_destinations);