diff CppClient/OrthancClientException.h @ 14:f7379096e014

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Jan 2016 14:21:51 +0100
parents e59bf2554e59
children
line wrap: on
line diff
--- a/CppClient/OrthancClientException.h	Mon Jan 04 14:04:43 2016 +0100
+++ b/CppClient/OrthancClientException.h	Mon Jan 04 14:21:51 2016 +0100
@@ -41,7 +41,7 @@
   {
   public:
     OrthancClientException(Orthanc::ErrorCode code) :
-      LaawException(Orthanc::OrthancException::GetDescription(code))
+      LaawException(Orthanc::EnumerationToString(code))
     { 
     }