]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/checklst.h
Added #if wxUSE_STACKWALKER. Fixes compilation of OS X shared libraries.
[wxWidgets.git] / include / wx / motif / checklst.h
index f097bd739f0eba22e874ba6ba489331caf31015d..9014e9f774c3fcdb23a88a2def73801a3e26ba96 100644 (file)
@@ -61,7 +61,7 @@ public:
     
     // 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);