X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3bf5a59b5e058bebffcf9d87f03550b4ecf93e73..9e152a55785098472ca1c0df110ad0a1203f710f:/include/wx/msw/font.h?ds=inline diff --git a/include/wx/msw/font.h b/include/wx/msw/font.h index 13674e03c5..eb54983eb6 100644 --- a/include/wx/msw/font.h +++ b/include/wx/msw/font.h @@ -31,7 +31,7 @@ public: int family, int style, int weight, - bool underlined = FALSE, + bool underlined = false, const wxString& face = wxEmptyString, wxFontEncoding encoding = wxFONTENCODING_DEFAULT) { @@ -53,7 +53,7 @@ public: int family, int style, int weight, - bool underlined = FALSE, + bool underlined = false, const wxString& face = wxEmptyString, wxFontEncoding encoding = wxFONTENCODING_DEFAULT); @@ -90,7 +90,7 @@ public: virtual bool IsFree() const; virtual bool RealizeResource(); virtual WXHANDLE GetResourceHandle() const; - virtual bool FreeResource(bool force = FALSE); + virtual bool FreeResource(bool force = false); // for consistency with other wxMSW classes WXHFONT GetHFONT() const;