From 8a9009c175830a8cc6ad2fcbbd7e6121258be440 Mon Sep 17 00:00:00 2001 From: Chris Loer Date: Tue, 28 Nov 2017 15:40:58 -0800 Subject: Fix non ios/macos builds. --- platform/default/local_glyph_rasterizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {} LocalGlyphRasterizer::~LocalGlyphRasterizer() -- cgit v1.2.1