]> git.saurik.com Git - wxWidgets.git/commitdiff
TRUE instead of true
authorDavid Webster <Dave.Webster@bhmi.com>
Tue, 31 Jul 2001 20:56:17 +0000 (20:56 +0000)
committerDavid Webster <Dave.Webster@bhmi.com>
Tue, 31 Jul 2001 20:56:17 +0000 (20:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/listctrl.h

index 6aa8a333d5a8633864dbee1a52e45f46d415b6bd..f8f79a1e4c15c5777f1b7c8f5c21e3da428c5603 100644 (file)
@@ -304,7 +304,7 @@ public:
     }
 
     // [de]select an item
-    void Select(long n, bool on = true)
+    void Select(long n, bool on = TRUE)
     {
         SetItemState(n, on ? wxLIST_STATE_SELECTED : 0, wxLIST_STATE_SELECTED);
     }