]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/checklst.h
fixed flags to make and tests easier
[wxWidgets.git] / include / wx / checklst.h
index 4760cd44f8b60b7e14a1fd31d892e72e44aaeaeb..ce34f6cbcdb73d9890ca56d70905f787333ecada 100644 (file)
@@ -23,7 +23,7 @@
 class WXDLLEXPORT wxCheckListBoxBase : public wxListBox
 {
 public:
-    wxCheckListBoxBase();
+    wxCheckListBoxBase() { }
 
     // check list box specific methods
     virtual bool IsChecked(size_t item) const = 0;