X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c87527c5a81eda63e7ccbda2f226ca02716e7da..26b22ae371c4ba3cfc35deb0f72b4288081b54fd:/include/wx/stattext.h diff --git a/include/wx/stattext.h b/include/wx/stattext.h index 73c1c93fc5..f8d7ede736 100644 --- a/include/wx/stattext.h +++ b/include/wx/stattext.h @@ -94,7 +94,7 @@ protected: // functions required for wxST_ELLIPSIZE_* support virtual void DoSetLabel(const wxString& WXUNUSED(str)) { } private: - DECLARE_NO_COPY_CLASS(wxStaticTextBase) + wxDECLARE_NO_COPY_CLASS(wxStaticTextBase); }; // see wx/generic/stattextg.h for the explanation