]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/font.h
OpenWatcom compilation fixes (patch 665959)
[wxWidgets.git] / include / wx / msw / font.h
index 06c17b10b12d366f4bb6b64e22f7ce81fad36a64..505e9970b953ccbcae2034f0c763fa967143ae30 100644 (file)
@@ -90,11 +90,10 @@ public:
 
     virtual bool IsFree() const;
     virtual bool RealizeResource();
-    virtual WXHANDLE GetResourceHandle();
+    virtual WXHANDLE GetResourceHandle() const;
     virtual bool FreeResource(bool force = FALSE);
 
-    // for consistency with other wxMSW classes and to have a const
-    // GetResourceHandle()-like function we have a synonym for it
+    // for consistency with other wxMSW classes
     WXHFONT GetHFONT() const;
 
     /*