making getter const

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2004-07-14 16:33:17 +00:00
parent be346c263f
commit 5ac2e80ca2
10 changed files with 14 additions and 14 deletions

View File

@@ -185,7 +185,7 @@ public:
// Unofficial API, don't use
virtual void SetNoAntiAliasing( bool WXUNUSED(no) = TRUE ) { }
virtual bool GetNoAntiAliasing() { return FALSE; }
virtual bool GetNoAntiAliasing() const { return FALSE; }
// the default encoding is used for creating all fonts with default
// encoding parameter