X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/371a5b4e62eb415107e045588f614fa49e866e78..e276acb530f41f0b87c4576c0215201a8a767dff:/include/wx/unix/fontutil.h diff --git a/include/wx/unix/fontutil.h b/include/wx/unix/fontutil.h index dd1b79014a..831a812800 100644 --- a/include/wx/unix/fontutil.h +++ b/include/wx/unix/fontutil.h @@ -5,7 +5,7 @@ // Modified by: // Created: 05.11.99 // RCS-ID: $Id$ -// Copyright: (c) wxWindows team +// Copyright: (c) wxWidgets team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -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);