Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions indra/llcorehttp/httpcommon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Loading