]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/checklst.h
fixed Cygwin compilation (there's no _get_osfhandle)
[wxWidgets.git] / include / wx / motif / checklst.h
index 17fe1324d65c825ddaabfc84436f73bcef5f7e93..9014e9f774c3fcdb23a88a2def73801a3e26ba96 100644 (file)
@@ -7,7 +7,7 @@
 // Created:     17/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
 // Created:     17/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_CHECKLST_H_
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_CHECKLST_H_
@@ -61,7 +61,7 @@ public:
     
     // items may be checked
     bool IsChecked(size_t uiIndex) const;
     
     // items may be checked
     bool IsChecked(size_t uiIndex) const;
-    void Check(size_t uiIndex, bool bCheck = TRUE);
+    void Check(size_t uiIndex, bool bCheck = true);
 
     // override base class functions
     virtual int DoAppend(const wxString& item);
 
     // override base class functions
     virtual int DoAppend(const wxString& item);