diff Framework/Scene2DViewport/MeasureTools.cpp @ 738:8e31b174ab26

removing using namespace
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 May 2019 08:54:38 +0200
parents 28b9e3a54200
children
line wrap: on
line diff
--- a/Framework/Scene2DViewport/MeasureTools.cpp	Wed May 22 08:43:41 2019 +0200
+++ b/Framework/Scene2DViewport/MeasureTools.cpp	Wed May 22 08:54:38 2019 +0200
@@ -26,8 +26,6 @@
 
 #include <boost/math/constants/constants.hpp>
 
-using namespace Orthanc;
-
 namespace OrthancStone
 {
 
@@ -58,7 +56,7 @@
   {
     ViewportControllerPtr controller = controllerW_.lock();
     if (!controller)
-      throw OrthancException(ErrorCode_InternalError, 
+      throw Orthanc::OrthancException(Orthanc::ErrorCode_InternalError, 
         "Using dead ViewportController object!");
     return controller;
   }