diff --git a/src/Magnum/Text/GlyphCache.cpp b/src/Magnum/Text/GlyphCache.cpp index bb19a5cc2..49fe9b019 100644 --- a/src/Magnum/Text/GlyphCache.cpp +++ b/src/Magnum/Text/GlyphCache.cpp @@ -65,7 +65,7 @@ void GlyphCache::initialize(const GL::TextureFormat internalFormat, const Vector .setStorage(1, internalFormat, size); /* Default "Not Found" glyph */ - glyphs.insert({0, {}}); + glyphs.insert({0, {{}, {}} }); } std::vector GlyphCache::reserve(const std::vector& sizes) {