summaryrefslogtreecommitdiff
path: root/src/mbgl/text/glyph_set.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/text/glyph_set.hpp')
-rw-r--r--src/mbgl/text/glyph_set.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/text/glyph_set.hpp b/src/mbgl/text/glyph_set.hpp
index b48973b6ea..3037cefca0 100644
--- a/src/mbgl/text/glyph_set.hpp
+++ b/src/mbgl/text/glyph_set.hpp
@@ -21,10 +21,10 @@ public:
BiDi& bidi) const;
private:
- float determineIdeographicLineWidth(const std::u16string& logicalInput,
+ float determineAverageLineWidth(const std::u16string& logicalInput,
const float spacing,
float maxWidth) const;
- std::set<int32_t> determineLineBreaks(const std::u16string& logicalInput,
+ std::set<std::size_t> determineLineBreaks(const std::u16string& logicalInput,
const float spacing,
float maxWidth) const;