]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/fontutil.h
Extend history api using the ie backend to include loading history items, and getting...
[wxWidgets.git] / include / wx / unix / fontutil.h
index d13ec168a3406b0a4afdc928568521787e00f820..831a812800a05da9a1a8ec83b126c0da31804b26 100644 (file)
@@ -5,8 +5,8 @@
 // Modified by:
 // Created:     05.11.99
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWindows team
-// Licence:     wxWindows license
+// Copyright:   (c) wxWidgets team
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_UNIX_FONTUTIL_H_
@@ -29,7 +29,7 @@ wxLoadQueryNearestFont(int pointSize,
                        bool underlined,
                        const wxString &facename,
                        wxFontEncoding encoding,
-                       wxString* xFontName = (wxString *)NULL);
+                       wxString* xFontName = NULL);
 
 // returns the font specified by the given XLFD
 extern wxNativeFont wxLoadFont(const wxString& fontSpec);