]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/font.cpp
Added wxWindowBase::CentreOnParent to allow top level windows to be
[wxWidgets.git] / src / msw / font.cpp
index 47f4ac63fa35bbb05e169cbf60efbfd1169e162f..d6c84ee3b6d5a2812f88d9a46ac07c1c425e3c89 100644 (file)
@@ -232,7 +232,7 @@ WXHANDLE wxFont::GetResourceHandle()
     return (WXHANDLE)M_FONTDATA->m_hFont ;
 }
 
-bool wxFont::IsFree()
+bool wxFont::IsFree() const
 {
   return (M_FONTDATA && (M_FONTDATA->m_hFont == 0));
 }