diff Framework/Widgets/IWorldSceneMouseTracker.h @ 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/IWorldSceneMouseTracker.h	Mon May 20 16:26:34 2019 +0200
+++ b/Framework/Widgets/IWorldSceneMouseTracker.h	Tue May 21 11:43:25 2019 +0200
@@ -24,7 +24,7 @@
 #include "../Viewport/CairoContext.h"
 #include "../Viewport/IMouseTracker.h" // only to get the "Touch" definition
 
-namespace OrthancStone
+namespace Deprecated
 {
 
   // this is tracking a mouse in scene coordinates/mm unlike
@@ -39,7 +39,7 @@
 
     virtual bool HasRender() const = 0;
 
-    virtual void Render(CairoContext& context,
+    virtual void Render(OrthancStone::CairoContext& context,
                         double zoom) = 0;
 
     virtual void MouseUp() = 0;