X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..d0fff5cb110810d3bee6fa255292f161f7752911:/include/wx/gtk1/font.h diff --git a/include/wx/gtk1/font.h b/include/wx/gtk1/font.h index 619813b17e..a42fc975c0 100644 --- a/include/wx/gtk1/font.h +++ b/include/wx/gtk1/font.h @@ -37,7 +37,7 @@ class wxFontNameDirectory; // global variables //----------------------------------------------------------------------------- -// extern wxFontNameDirectory wxTheFontNameDirectory; // defined below +//extern wxFontNameDirectory *wxTheFontNameDirectory; // defined below //----------------------------------------------------------------------------- // wxFont @@ -81,7 +81,7 @@ class wxFont: public wxGDIObject friend wxPaintDC; friend wxWindow; - GdkFont* GetInternalFont(float scale = 1.0); + GdkFont* GetInternalFont(float scale = 1.0) const; // no data :-) }; @@ -115,6 +115,6 @@ class wxFontNameDirectory: public wxObject int nextFontId; }; -extern wxFontNameDirectory wxTheFontNameDirectory; +extern wxFontNameDirectory *wxTheFontNameDirectory; #endif // __GTKFONTH__