X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9045ad9dfc9d205ad645e6d496bec9ccddd91ced..79dbea214678efdf41577c758f49c3275a980733:/include/wx/msw/font.h diff --git a/include/wx/msw/font.h b/include/wx/msw/font.h index b1d31e2fb1..eb54983eb6 100644 --- a/include/wx/msw/font.h +++ b/include/wx/msw/font.h @@ -12,7 +12,7 @@ #ifndef _WX_FONT_H_ #define _WX_FONT_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "font.h" #endif @@ -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); @@ -72,7 +72,7 @@ public: virtual bool GetUnderlined() const; virtual wxString GetFaceName() const; virtual wxFontEncoding GetEncoding() const; - virtual wxNativeFontInfo* GetNativeFontInfo() const; + virtual const wxNativeFontInfo *GetNativeFontInfo() const; virtual void SetPointSize(int pointSize); virtual void SetFamily(int family); @@ -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;