X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef0e92205a01c7d0ca6f381cc690cb5d4fa595c9..ebfee17940b5123d0527b63bcf23e5f27002092e:/include/wx/checklst.h diff --git a/include/wx/checklst.h b/include/wx/checklst.h index f7ec1a8762..3d38f28810 100644 --- a/include/wx/checklst.h +++ b/include/wx/checklst.h @@ -35,7 +35,7 @@ public: virtual bool IsChecked(unsigned int item) const = 0; virtual void Check(unsigned int item, bool check = true) = 0; - DECLARE_NO_COPY_CLASS(wxCheckListBoxBase) + wxDECLARE_NO_COPY_CLASS(wxCheckListBoxBase); }; #if defined(__WXUNIVERSAL__)