X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef0e92205a01c7d0ca6f381cc690cb5d4fa595c9..e9e8b38179b147dd04f5c19af7e56a94342e93a7:/include/wx/statline.h?ds=inline 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); }; // ----------------------------------------------------------------------------