# HG changeset patch # User Sebastien Jodogne # Date 1518087101 -3600 # Node ID 0c57f40e2fbfcd6fa6db463b5793dc3f90155c5d # Parent 0f463989f7e3fbc386826176315e1346c6c8e6d6 fix diff -r 0f463989f7e3 -r 0c57f40e2fbf Core/HttpClient.cpp --- a/Core/HttpClient.cpp Fri Feb 02 17:05:54 2018 +0100 +++ b/Core/HttpClient.cpp Thu Feb 08 11:51:41 2018 +0100 @@ -88,7 +88,7 @@ return GetHttpStatus(curl_easy_perform(curl), curl, status); #else LOG(ERROR) << "Orthanc was compiled without SSL support, cannot make HTTPS request"; - throw OrthancException(ErrorCode_InternalError); + throw Orthanc::OrthancException(Orthanc::ErrorCode_InternalError); #endif } }