Watcom compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -414,7 +414,7 @@ wxMGLFontLibrary *wxFontsManager::GetFontLibrary(wxFont *font)
|
||||
return family->GetLibrary(type);
|
||||
}
|
||||
|
||||
static ibool enum_callback(const font_info_t *info, void *cookie)
|
||||
static ibool MGLAPI enum_callback(const font_info_t *info, void *cookie)
|
||||
{
|
||||
wxFontsManager *db = (wxFontsManager*)cookie;
|
||||
db->AddFamily(info);
|
||||
|
Reference in New Issue
Block a user