X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/20e6714a67e1188b9bbb8ca2bc0fb6321e2864fc..a4301b8f14d21b7d28fc4f6a247b740d945ca6dc:/include/wx/bitmap.h diff --git a/include/wx/bitmap.h b/include/wx/bitmap.h index 82943ca228..fc2110755b 100644 --- a/include/wx/bitmap.h +++ b/include/wx/bitmap.h @@ -89,7 +89,7 @@ protected: // Unfortunately, currently wxBitmap does not inherit from wxBitmapBase on all // platforms and this is not easy to fix. So we extract at least some common -// methods into this class from which both wxBitmapBase (and hase wxBitmap on +// methods into this class from which both wxBitmapBase (and hence wxBitmap on // all platforms where it does inherit from it) and wxBitmap in wxMSW and other // exceptional ports (only wxPM and old wxCocoa) inherit. class WXDLLIMPEXP_CORE wxBitmapHelpers