changeset 2474:0c57f40e2fbf

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 Feb 2018 11:51:41 +0100
parents 0f463989f7e3
children 8cc3ca64a534
files Core/HttpClient.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
   }
 }