summaryrefslogtreecommitdiff
path: root/src/mbgl/text/glyph.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/text/glyph.hpp')
-rw-r--r--src/mbgl/text/glyph.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/text/glyph.hpp b/src/mbgl/text/glyph.hpp
index f3f28828ef..2d8853e92a 100644
--- a/src/mbgl/text/glyph.hpp
+++ b/src/mbgl/text/glyph.hpp
@@ -76,8 +76,8 @@ public:
vertical(vertical_),
font(font_),
scale(scale_),
- rect(std::move(rect_)),
- metrics(std::move(metrics_)),
+ rect(rect_),
+ metrics(metrics_),
imageID(std::move(imageID_)),
sectionIndex(sectionIndex_) {}