comparison Framework/Scene2DViewport/OneGesturePointerTracker.cpp @ 738:8e31b174ab26

removing using namespace
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 May 2019 08:54:38 +0200
parents c0fcb2757b0a
children e42b491f1fb2
comparison
equal deleted inserted replaced
737:4d69256d2a46 738:8e31b174ab26
22 #include "OneGesturePointerTracker.h" 22 #include "OneGesturePointerTracker.h"
23 23
24 #include <Core/OrthancException.h> 24 #include <Core/OrthancException.h>
25 25
26 #include "../StoneException.h" 26 #include "../StoneException.h"
27
28 using namespace Orthanc;
29 27
30 namespace OrthancStone 28 namespace OrthancStone
31 { 29 {
32 OneGesturePointerTracker::OneGesturePointerTracker( 30 OneGesturePointerTracker::OneGesturePointerTracker(
33 ViewportControllerWPtr controllerW) 31 ViewportControllerWPtr controllerW)