X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1169a91932273bc84c23ed9dbd0a2da064d59d66..f8ca3d720efa16fe5aba8872a39c042c9775b8f5:/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;