Mercurial > SimpleWebPresenter
diff http-response-status-codes.inc @ 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 |
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> */
