summaryrefslogtreecommitdiff
path: root/src/mbgl/util/merge_lines.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/util/merge_lines.hpp')
-rw-r--r--src/mbgl/util/merge_lines.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/util/merge_lines.hpp b/src/mbgl/util/merge_lines.hpp
index 4460a0bcea..55ad79036e 100644
--- a/src/mbgl/util/merge_lines.hpp
+++ b/src/mbgl/util/merge_lines.hpp
@@ -13,13 +13,13 @@ unsigned int mergeFromRight(std::vector<SymbolFeature> &features,
std::map<std::string, unsigned int> &rightIndex,
std::map<std::string, unsigned int>::iterator left,
std::string &rightKey,
- std::vector<std::vector<Coordinate>> &geom);
+ GeometryCollection &geom);
unsigned int mergeFromLeft(std::vector<SymbolFeature> &features,
std::map<std::string, unsigned int> &leftIndex,
std::string &leftKey,
std::map<std::string, unsigned int>::iterator right,
- std::vector<std::vector<Coordinate>> &geom);
+ GeometryCollection &geom);
void mergeLines(std::vector<SymbolFeature> &features);