]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrected typo
authorJulian Smart <julian@anthemion.co.uk>
Fri, 1 Sep 2000 09:13:41 +0000 (09:13 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 1 Sep 2000 09:13:41 +0000 (09:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/ownerdrw.h

index 0ad31e7fec1446b0aeecb1a50a40631f282ab3eb..a9a54e7997ce0b991286621bd645120c058703e7 100644 (file)
@@ -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; }