summaryrefslogtreecommitdiff
path: root/src/mbgl/layout/clip_lines.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/layout/clip_lines.hpp')
-rw-r--r--src/mbgl/layout/clip_lines.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mbgl/layout/clip_lines.hpp b/src/mbgl/layout/clip_lines.hpp
index c1cfd4bbb9..9c6ebbddfd 100644
--- a/src/mbgl/layout/clip_lines.hpp
+++ b/src/mbgl/layout/clip_lines.hpp
@@ -8,9 +8,7 @@
namespace mbgl {
namespace util {
-
-GeometryCollection clipLines(const GeometryCollection &lines,
- const int16_t x1, const int16_t y1, const int16_t x2, const int16_t y2);
+GeometryCollection clipLines(const GeometryCollection &lines, int16_t x1, int16_t y1, int16_t x2, int16_t y2);
} // end namespace util
} // end namespace mbgl