summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mbgl/geometry/glyph_atlas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/geometry/glyph_atlas.cpp b/src/mbgl/geometry/glyph_atlas.cpp
index 067c5a4062..c2fc23bf9c 100644
--- a/src/mbgl/geometry/glyph_atlas.cpp
+++ b/src/mbgl/geometry/glyph_atlas.cpp
@@ -176,7 +176,7 @@ void GlyphAtlas::upload() {
dirty = false;
#if defined(DEBUG)
- // platform::showDebugImage("Glyph Atlas", data.get(), width, height);
+ // platform::showDebugImage("Glyph Atlas", reinterpret_cast<char*>(data.get()), width, height);
#endif
}
}