]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/ownerdrw.h
And a 'standard colours' bitmap to help fix wxToolBar colour mapping problem
[wxWidgets.git] / 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; }