X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0c133e13b36a923c65f94499554e432bc3a0daa..cba4e486a4f8ab05674bac6ed8c6bfa58ab25131:/include/wx/statline.h diff --git a/include/wx/statline.h b/include/wx/statline.h index 3894169118..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: