X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6777e6575eaf7bf47b72c5910e5a4b31efd97a1..3399af21d10d3f8ce4f39dfb29df5546ab265ef6:/interface/wx/brush.h?ds=sidebyside diff --git a/interface/wx/brush.h b/interface/wx/brush.h index 4531a3e531..44f9c89e20 100644 --- a/interface/wx/brush.h +++ b/interface/wx/brush.h @@ -201,7 +201,7 @@ public: A transparent brush is simply a brush with wxBRUSHSTYLE_TRANSPARENT style. - Notice that this function works even for non-initialized brushs (for + Notice that this function works even for non-initialized brushes (for which it returns @false) unlike tests of the form GetStyle() == wxBRUSHSTYLE_TRANSPARENT which would assert if the brush is invalid.