summaryrefslogtreecommitdiff
path: root/src/mbgl/util/tile_cover_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/util/tile_cover_impl.hpp')
-rw-r--r--src/mbgl/util/tile_cover_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/util/tile_cover_impl.hpp b/src/mbgl/util/tile_cover_impl.hpp
index e9c06e44aa..9ef263d12e 100644
--- a/src/mbgl/util/tile_cover_impl.hpp
+++ b/src/mbgl/util/tile_cover_impl.hpp
@@ -33,7 +33,7 @@ struct Bound {
currentPoint = rhs.currentPoint;
winding = rhs.winding;
}
- Bound& operator=(Bound&& rhs) {
+ Bound& operator=(Bound&& rhs) noexcept {
points = std::move(rhs.points);
currentPoint = rhs.currentPoint;
winding = rhs.winding;