summaryrefslogtreecommitdiff
path: root/src/mbgl/text/quads.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/text/quads.hpp')
-rw-r--r--src/mbgl/text/quads.hpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mbgl/text/quads.hpp b/src/mbgl/text/quads.hpp
index 145fd2b153..4435c9aab8 100644
--- a/src/mbgl/text/quads.hpp
+++ b/src/mbgl/text/quads.hpp
@@ -22,14 +22,14 @@ public:
WritingModeType writingMode_,
Point<float> glyphOffset_,
size_t sectionIndex_ = 0)
- : tl(std::move(tl_)),
- tr(std::move(tr_)),
- bl(std::move(bl_)),
- br(std::move(br_)),
- tex(std::move(tex_)),
- writingMode(writingMode_),
- glyphOffset(glyphOffset_),
- sectionIndex(sectionIndex_){}
+ : tl(tl_),
+ tr(tr_),
+ bl(bl_),
+ br(br_),
+ tex(tex_),
+ writingMode(writingMode_),
+ glyphOffset(glyphOffset_),
+ sectionIndex(sectionIndex_) {}
Point<float> tl;
Point<float> tr;