diff Framework/Radiography/RadiographyWindowingTracker.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 08cdcadfab14
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyWindowingTracker.cpp	Mon May 20 16:26:34 2019 +0200
+++ b/Framework/Radiography/RadiographyWindowingTracker.cpp	Tue May 21 11:43:25 2019 +0200
@@ -164,8 +164,8 @@
                                               int displayY,
                                               double sceneX,
                                               double sceneY,
-                                              const std::vector<Touch>& displayTouches,
-                                              const std::vector<Touch>& sceneTouches)
+                                              const std::vector<Deprecated::Touch>& displayTouches,
+                                              const std::vector<Deprecated::Touch>& sceneTouches)
   {
     // This follows the behavior of the Osimis Web viewer:
     // https://bitbucket.org/osimis/osimis-webviewer-plugin/src/master/frontend/src/app/viewport/image-plugins/windowing-viewport-tool.class.js