]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/textctrl.h
Avoid warning about unused variable in wxGetUTCTimeMillis() in wxMSW.
[wxWidgets.git] / interface / wx / textctrl.h
index 146201e99afc930b5b03b9c46ceb31e70d2c7635..7909e59ee91236ac9efe0a65a1c7347bef7ba6cc 100644 (file)
@@ -300,7 +300,7 @@ public:
         @false, the function will fail if an attribute is present in @a attr but not
         in this object.
     */
-    bool EqPartial(const wxTextAttrEx& attr, bool weakTest = true) const;
+    bool EqPartial(const wxTextAttr& attr, bool weakTest = true) const;
 
     /**
         @name GetXXX functions
@@ -760,7 +760,7 @@ public:
         Sets the attributes for the given font.
         Note that wxTextAttr does not store an actual wxFont object.
     */
-    void SetFont(const wxFont& font, int flags = (wxTEXT_ATTR_FONT & ~wxTEXT_ATTR_FONT_PIXEL_SIZE));
+    void SetFont(const wxFont& font, int flags = wxTEXT_ATTR_FONT & ~wxTEXT_ATTR_FONT_PIXEL_SIZE);
 
     /**
         Sets the font encoding.