From 6a86a6c89328518609b65f945ba361069d609d53 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 1 Sep 2000 09:13:41 +0000 Subject: [PATCH] Corrected typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/ownerdrw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.45.2