]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/checklst.h
Consistent wxWindow::Enable with wxRadioBox::Enable for control and its items. wxRadi...
[wxWidgets.git] / include / wx / msw / checklst.h
index 4840d09253310d21d5c5b4b4a85ba30ebfd5bc7a..06901c941cc5dcea356dcf1fd664bd95fd4ddc5c 100644 (file)
@@ -66,7 +66,7 @@ public:
 
   // items may be checked
   virtual bool IsChecked(size_t uiIndex) const;
-  virtual void Check(size_t uiIndex, bool bCheck = TRUE);
+  virtual void Check(size_t uiIndex, bool bCheck = true);
 
   // return the index of the item at this position or wxNOT_FOUND
   int HitTest(const wxPoint& pt) const { return DoHitTestItem(pt.x, pt.y); }