X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef0e92205a01c7d0ca6f381cc690cb5d4fa595c9..eebb8902d970787df1e70b83e011ce051ebead21:/include/wx/statline.h diff --git a/include/wx/statline.h b/include/wx/statline.h index 9cdd7ffd2e..3894169118 100644 --- a/include/wx/statline.h +++ b/include/wx/statline.h @@ -76,7 +76,7 @@ protected: return AdjustSize(wxDefaultSize); } - DECLARE_NO_COPY_CLASS(wxStaticLineBase) + wxDECLARE_NO_COPY_CLASS(wxStaticLineBase); }; // ----------------------------------------------------------------------------