X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a44f3b5a890fbb2a88ef9adafd94f662e1664889..fd3ece57847921264876c8daa1649b597e988d5b:/interface/wx/font.h diff --git a/interface/wx/font.h b/interface/wx/font.h index a008843ba7..496aac3c79 100644 --- a/interface/wx/font.h +++ b/interface/wx/font.h @@ -312,7 +312,7 @@ public: */ wxFont(int pointSize, wxFontFamily family, int style, wxFontWeight weight, - const bool underline = false, + bool underline = false, const wxString& faceName = "", wxFontEncoding encoding = wxFONTENCODING_DEFAULT); @@ -361,7 +361,7 @@ public: */ wxFont(const wxSize& pixelSize, wxFontFamily family, int style, wxFontWeight weight, - const bool underline = false, + bool underline = false, const wxString& faceName = "", wxFontEncoding encoding = wxFONTENCODING_DEFAULT); //@} @@ -475,7 +475,7 @@ public: */ static wxFont* New(int pointSize, wxFontFamily family, int style, wxFontWeight weight, - const bool underline = false, + bool underline = false, const wxString& faceName = "", wxFontEncoding encoding = wxFONTENCODING_DEFAULT); static wxFont* New(int pointSize, wxFontFamily family, @@ -486,7 +486,7 @@ public: wxFontFamily family, int style, wxFontWeight weight, - const bool underline = false, + bool underline = false, const wxString& faceName = "", wxFontEncoding encoding = wxFONTENCODING_DEFAULT); static wxFont* New(const wxSize& pixelSize,