Mercurial > SimpleWebPresenter
changeset 49:6cb775b62281
Fix error with private variable.
| author | Tom Fredrik "BFG" Klaussen <bfg@blenning.no> |
|---|---|
| date | Tue, 09 Oct 2012 20:12:23 +0200 |
| parents | c6d0892f81ff |
| children | 2d0cda52f43f |
| files | http-response-status-codes.inc |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/http-response-status-codes.inc Tue Oct 09 20:05:12 2012 +0200 +++ b/http-response-status-codes.inc Tue Oct 09 20:12:23 2012 +0200 @@ -87,8 +87,9 @@ // [Client Error 4xx] /** * Defines the beginning of errorCodes + * @private */ - private const errorCodesBeginAt = 400; + const errorCodesBeginAt = 400; /** * <a href="http://httpstatus.es/400">HTTP_BAD_REQUEST</a> */
