diff options
Diffstat (limited to 'indra/llcorehttp')
| -rw-r--r-- | indra/llcorehttp/httpcommon.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llcorehttp/httpcommon.cpp b/indra/llcorehttp/httpcommon.cpp index 273acae132..a01182cf23 100644 --- a/indra/llcorehttp/httpcommon.cpp +++ b/indra/llcorehttp/httpcommon.cpp @@ -73,7 +73,7 @@ std::string HttpStatus::toString() const  	static const struct  	{  		type_enum_t		mCode; -		char *			mText; +		const char *	mText;  	}  	http_errors[] =  		{ | 
