]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/font.h
Added progdlgg.cpp to makefiles; fixed true/false in treectrl.h; made IsFree
[wxWidgets.git] / include / wx / msw / font.h
index c210aed28c295a197d5d0f97c89b5d05b0734892..a7a6609d2fe66f6bf911245d4f500ddc872a93e0 100644 (file)
@@ -68,7 +68,7 @@ public:
   virtual bool ReleaseResource(void);
 */
 
-  virtual bool IsFree(void);
+  virtual bool IsFree() const;
   virtual bool Ok(void) const { return (m_refData != NULL) ; }
 
   inline int GetPointSize(void) const { return M_FONTDATA->m_pointSize; }