diff --git a/headers/libs/agg/agg_font_cache_manager.h b/headers/libs/agg/agg_font_cache_manager.h index 42adb0add2..72cf55f1e1 100755 --- a/headers/libs/agg/agg_font_cache_manager.h +++ b/headers/libs/agg/agg_font_cache_manager.h @@ -101,7 +101,7 @@ namespace agg glyph_cache* glyph = (glyph_cache*)m_allocator.allocate(sizeof(glyph_cache), - sizeof(int8u*)); + sizeof(double)); glyph->glyph_index = glyph_index; glyph->data = m_allocator.allocate(data_size);