From: Julian Smart Date: Fri, 1 Sep 2000 09:13:41 +0000 (+0000) Subject: Corrected typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6a86a6c89328518609b65f945ba361069d609d53 Corrected typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/ownerdrw.h b/include/wx/ownerdrw.h index 0ad31e7fec..a9a54e7997 100644 --- a/include/wx/ownerdrw.h +++ b/include/wx/ownerdrw.h @@ -63,7 +63,7 @@ public: m_bmpUnchecked = bmpUnchecked; m_bOwnerDrawn = TRUE; } - void SetBitmap(const wxBitmap& bmpChecked); + void SetBitmap(const wxBitmap& bmpChecked) { m_bmpChecked = bmpChecked; m_bOwnerDrawn = TRUE; }