projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Committing in .
[wxWidgets.git]
/
src
/
mgl
/
fontutil.cpp
diff --git
a/src/mgl/fontutil.cpp
b/src/mgl/fontutil.cpp
index ff86adca539f553594ccdabbe23aef5f9e891f68..59eb52336374f23154cb01c2c47c25f59e83d234 100644
(file)
--- a/
src/mgl/fontutil.cpp
+++ b/
src/mgl/fontutil.cpp
@@
-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);