diff --git a/indra/llcorehttp/httpcommon.cpp b/indra/llcorehttp/httpcommon.cpp index 315ff15ebbd..a1b5f55e8df 100644 --- a/indra/llcorehttp/httpcommon.cpp +++ b/indra/llcorehttp/httpcommon.cpp @@ -36,9 +36,9 @@ namespace LLCore { -HttpStatus::type_enum_t EXT_CURL_EASY; -HttpStatus::type_enum_t EXT_CURL_MULTI; -HttpStatus::type_enum_t LLCORE; +const HttpStatus::type_enum_t HttpStatus::EXT_CURL_EASY; +const HttpStatus::type_enum_t HttpStatus::EXT_CURL_MULTI; +const HttpStatus::type_enum_t HttpStatus::LLCORE; HttpStatus::operator U32() const {