summaryrefslogtreecommitdiff
path: root/src/mbgl/text/glyph_manager.hpp
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2017-10-06 23:04:56 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2017-10-09 13:33:30 +0300
commitb1239464c16ae1c3bad99435ca130c113b9a1d47 (patch)
treedc2a634ce3b471144c78dcc3f5cf1c88ea5bba96 /src/mbgl/text/glyph_manager.hpp
parent1cf8ef0437bdd71da4dd18034a6030f5af20bd29 (diff)
downloadqtlocation-mapboxgl-b1239464c16ae1c3bad99435ca130c113b9a1d47.tar.gz
[core] Update glyph requestors _before_ requesting from file source
Diffstat (limited to 'src/mbgl/text/glyph_manager.hpp')
-rw-r--r--src/mbgl/text/glyph_manager.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/text/glyph_manager.hpp b/src/mbgl/text/glyph_manager.hpp
index 00df079462..de2b9cde7b 100644
--- a/src/mbgl/text/glyph_manager.hpp
+++ b/src/mbgl/text/glyph_manager.hpp
@@ -58,7 +58,7 @@ private:
std::unordered_map<FontStack, Entry, FontStackHash> entries;
- GlyphRequest& requestRange(Entry&, const FontStack&, const GlyphRange&);
+ void requestRange(GlyphRequest&, const FontStack&, const GlyphRange&);
void processResponse(const Response&, const FontStack&, const GlyphRange&);
void notify(GlyphRequestor&, const GlyphDependencies&);