diff Framework/Widgets/PanZoomMouseTracker.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/PanZoomMouseTracker.cpp	Mon May 20 16:26:34 2019 +0200
+++ b/Framework/Widgets/PanZoomMouseTracker.cpp	Tue May 21 11:43:25 2019 +0200
@@ -25,7 +25,7 @@
 #include <Core/OrthancException.h>
 #include <math.h>
 
-namespace OrthancStone
+namespace Deprecated
 {
   Touch GetCenter(const std::vector<Touch>& touches)
   {
@@ -75,7 +75,7 @@
   }
 
 
-  void PanZoomMouseTracker::Render(CairoContext& context,
+  void PanZoomMouseTracker::Render(OrthancStone::CairoContext& context,
                                    double zoom)
   {
     throw Orthanc::OrthancException(Orthanc::ErrorCode_InternalError);