changed 'extern inline' to extern only

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2002-01-19 15:10:30 +00:00
parent 012f2cb251
commit 3fe34ed0ab
2 changed files with 3 additions and 3 deletions

View File

@@ -32,6 +32,6 @@ wxLoadQueryNearestFont(int pointSize,
wxString* xFontName = (wxString *)NULL);
// returns the font specified by the given XLFD
extern inline wxNativeFont wxLoadFont(const wxString& fontSpec);
extern wxNativeFont wxLoadFont(const wxString& fontSpec);
#endif // _WX_UNIX_FONTUTIL_H_