]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/checklst.h
Applied patch [ 858324 ] Calling EndModal inside an EVT_INIT_DIALOG event handler
[wxWidgets.git] / include / wx / checklst.h
index ce34f6cbcdb73d9890ca56d70905f787333ecada..4760cd44f8b60b7e14a1fd31d892e72e44aaeaeb 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;