X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c87527c5a81eda63e7ccbda2f226ca02716e7da..293a13bad79ec53c9e0d665b031262428eec9e41:/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