]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/checklst.h
more extra semicolons removed (patch 1303724)
[wxWidgets.git] / include / wx / motif / checklst.h
index f097bd739f0eba22e874ba6ba489331caf31015d..37e6b6aa41868bab6abcd10fd65486b1b0341ef1 100644 (file)
 #ifndef _WX_CHECKLST_H_
 #define _WX_CHECKLST_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "checklst.h"
-#endif
-
 #include "wx/listbox.h"
 
-class wxCheckListBox : public wxCheckListBoxBase
+class WXDLLIMPEXP_CORE wxCheckListBox : public wxCheckListBoxBase
 {
     DECLARE_DYNAMIC_CLASS(wxCheckListBox)
         
@@ -61,7 +57,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);