]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/fontutil.h
Applied patch [ 581139 ] Misc wxCmdLineParser changes/fixes
[wxWidgets.git] / include / wx / unix / fontutil.h
index 3c7bbd69c9adf02cda4f2e720ce2ce538259c276..d13ec168a3406b0a4afdc928568521787e00f820 100644 (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_