]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/font.h
New PostScript code
[wxWidgets.git] / include / wx / gtk1 / font.h
index 4e9a085d73e614f8bf28be7a69cd7181d16a81d1..bd34c917910bdb7227525eaccbf1b50bd329b791 100644 (file)
@@ -2,8 +2,7 @@
 // Name:        font.h
 // Purpose:
 // Author:      Robert Roebling
-// Created:     01/02/97
-// Id:
+// Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -59,7 +58,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;