X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/868a28262c40a7428d3991ca8a034674814bdb0a..68dda78574c865bd5bec89fbf4c8c3607b0912db:/include/wx/gtk1/font.h?ds=inline diff --git a/include/wx/gtk1/font.h b/include/wx/gtk1/font.h index 4e9a085d73..70e82bedb8 100644 --- a/include/wx/gtk1/font.h +++ b/include/wx/gtk1/font.h @@ -59,7 +59,7 @@ class wxFont: public wxGDIObject wxFont& operator = ( const wxFont& font ); bool operator == ( const wxFont& font ); bool operator != ( const wxFont& font ); - bool Ok(); + bool Ok() const; int GetPointSize(void) const; wxString GetFaceName(void) const;