diff Framework/Widgets/ZoomMouseTracker.cpp @ 726:4f2416d519b4

moving layers, widgets and loaders to Deprecated namespace
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 May 2019 11:43:25 +0200
parents 3b4df9925db6
children
line wrap: on
line diff
--- a/Framework/Widgets/ZoomMouseTracker.cpp	Mon May 20 16:26:34 2019 +0200
+++ b/Framework/Widgets/ZoomMouseTracker.cpp	Tue May 21 11:43:25 2019 +0200
@@ -24,7 +24,7 @@
 #include <Core/Logging.h>
 #include <Core/OrthancException.h>
 
-namespace OrthancStone
+namespace Deprecated
 {
   ZoomMouseTracker::ZoomMouseTracker(WorldSceneWidget& that,
                                      int x,
@@ -51,7 +51,7 @@
   }
     
 
-  void ZoomMouseTracker::Render(CairoContext& context,
+  void ZoomMouseTracker::Render(OrthancStone::CairoContext& context,
                                 double zoom)
   {
     throw Orthanc::OrthancException(Orthanc::ErrorCode_InternalError);