diff Framework/StoneException.h @ 754:92c400a09f1b

Merge from default
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 22 May 2019 16:13:46 +0200
parents 712ff6ff3c19 8e31b174ab26
children 07adcffba38c
line wrap: on
line diff
--- a/Framework/StoneException.h	Wed May 22 16:01:34 2019 +0200
+++ b/Framework/StoneException.h	Wed May 22 16:13:46 2019 +0200
@@ -120,7 +120,7 @@
       std::stringstream sst; \
       sst << "Assertion failed. Condition = \"" #cond "\" Message = \"" << streamChainMessage << "\""; \
       std::string sstr = sst.str(); \
-      throw OrthancException(ErrorCode_InternalError,sstr.c_str()); \
+      throw ::Orthanc::OrthancException(::Orthanc::ErrorCode_InternalError,sstr.c_str()); \
     } else (void)0
 
 #define ORTHANC_ASSERT1(cond) \