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