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