X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef0e92205a01c7d0ca6f381cc690cb5d4fa595c9..f6669958924c3c3833e2932b65598b06073d2e65:/include/wx/statline.h diff --git a/include/wx/statline.h b/include/wx/statline.h index 9cdd7ffd2e..514a3d3075 100644 --- a/include/wx/statline.h +++ b/include/wx/statline.h @@ -46,7 +46,7 @@ public: // get the default size for the "lesser" dimension of the static line static int GetDefaultSize() { return 2; } - // overriden base class virtuals + // overridden base class virtuals virtual bool AcceptsFocus() const { return false; } protected: @@ -76,7 +76,7 @@ protected: return AdjustSize(wxDefaultSize); } - DECLARE_NO_COPY_CLASS(wxStaticLineBase) + wxDECLARE_NO_COPY_CLASS(wxStaticLineBase); }; // ----------------------------------------------------------------------------