diff --git a/inc/hgl/text/FontInfo.h b/inc/hgl/text/FontInfo.h index f8691c4..8db20d6 100644 --- a/inc/hgl/text/FontInfo.h +++ b/inc/hgl/text/FontInfo.h @@ -50,7 +50,7 @@ namespace hgl } }; - using FontMap=ObjectMap; + using FontInfoList=List; - void EnumOSFonts(FontMap *); + void EnumOSFonts(FontInfoList *); }//namespace hgl