summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Loer <chris.loer@gmail.com>2017-11-28 15:40:58 -0800
committerChris Loer <chris.loer@gmail.com>2017-11-28 15:40:58 -0800
commit8a9009c175830a8cc6ad2fcbbd7e6121258be440 (patch)
treecab1d2c7b2b0f047e538ee03991afd630b05270f
parent3d7669bafd97cf0838d226eab8fa72bb977537cc (diff)
downloadqtlocation-mapboxgl-8a9009c175830a8cc6ad2fcbbd7e6121258be440.tar.gz
Fix non ios/macos builds.
-rw-r--r--platform/default/local_glyph_rasterizer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/default/local_glyph_rasterizer.cpp b/platform/default/local_glyph_rasterizer.cpp
index 514b6a23cb..7866f29420 100644
--- a/platform/default/local_glyph_rasterizer.cpp
+++ b/platform/default/local_glyph_rasterizer.cpp
@@ -5,7 +5,7 @@ namespace mbgl {
class LocalGlyphRasterizer::Impl {
};
-LocalGlyphRasterizer::LocalGlyphRasterizer(void*)
+LocalGlyphRasterizer::LocalGlyphRasterizer(const optional<std::string>)
{}
LocalGlyphRasterizer::~LocalGlyphRasterizer()