X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..c90c34007a72d942f378e46b77e4f4456ac9c5b1:/include/wx/x11/font.h diff --git a/include/wx/x11/font.h b/include/wx/x11/font.h index ab6f1a1427..561f72ebae 100644 --- a/include/wx/x11/font.h +++ b/include/wx/x11/font.h @@ -6,7 +6,7 @@ // Created: 17/09/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_FONT_H_ @@ -19,7 +19,7 @@ class wxXFont; // Font -class wxFont : public wxFontBase +class WXDLLIMPEXP_CORE wxFont : public wxFontBase { public: // ctors and such @@ -84,7 +84,7 @@ public: virtual void SetEncoding(wxFontEncoding encoding); virtual void SetNoAntiAliasing( bool no = TRUE ); - virtual bool GetNoAntiAliasing(); + virtual bool GetNoAntiAliasing() const ; // Implementation