summaryrefslogtreecommitdiff
path: root/src/mbgl/geometry/glyph_atlas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/geometry/glyph_atlas.hpp')
-rw-r--r--src/mbgl/geometry/glyph_atlas.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/geometry/glyph_atlas.hpp b/src/mbgl/geometry/glyph_atlas.hpp
index c5c785994d..1205301835 100644
--- a/src/mbgl/geometry/glyph_atlas.hpp
+++ b/src/mbgl/geometry/glyph_atlas.hpp
@@ -17,6 +17,7 @@ namespace mbgl {
class GlyphAtlas : public util::noncopyable {
public:
GlyphAtlas(uint16_t width, uint16_t height);
+ ~GlyphAtlas();
void addGlyphs(uintptr_t tileUID,
const std::u32string& text,