diff Framework/StoneException.h @ 738:8e31b174ab26

removing using namespace
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 May 2019 08:54:38 +0200
parents 28b9e3a54200
children 92c400a09f1b
line wrap: on
line diff
--- a/Framework/StoneException.h	Wed May 22 08:43:41 2019 +0200
+++ b/Framework/StoneException.h	Wed May 22 08:54:38 2019 +0200
@@ -120,6 +120,6 @@
       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