X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1169a91932273bc84c23ed9dbd0a2da064d59d66..7acd36259b464d7139128f2e53acf04b3110eb71:/include/wx/checklst.h diff --git a/include/wx/checklst.h b/include/wx/checklst.h index 4760cd44f8..ce34f6cbcd 100644 --- a/include/wx/checklst.h +++ b/include/wx/checklst.h @@ -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;