diff options
Diffstat (limited to 'indra/llcorehttp/httpcommon.cpp')
| -rw-r--r-- | indra/llcorehttp/httpcommon.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/llcorehttp/httpcommon.cpp b/indra/llcorehttp/httpcommon.cpp index 315ff15ebb..a1b5f55e8d 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 { |
