# HG changeset patch # User Sebastien Jodogne # Date 1558337905 -7200 # Node ID f45fca2ebd10da8c055d6991055ce42c38cb0d4a # Parent f8242d4b1f8d9823310eadcd123d61dbbf70c250 fix diff -r f8242d4b1f8d -r f45fca2ebd10 Framework/Scene2DViewport/OneGesturePointerTracker.cpp --- a/Framework/Scene2DViewport/OneGesturePointerTracker.cpp Sun May 19 16:35:03 2019 +0200 +++ b/Framework/Scene2DViewport/OneGesturePointerTracker.cpp Mon May 20 09:38:25 2019 +0200 @@ -18,9 +18,9 @@ * along with this program. If not, see . **/ -#pragma once #include "OneGesturePointerTracker.h" + #include using namespace Orthanc; diff -r f8242d4b1f8d -r f45fca2ebd10 Framework/Toolbox/ShearWarpProjectiveTransform.cpp --- a/Framework/Toolbox/ShearWarpProjectiveTransform.cpp Sun May 19 16:35:03 2019 +0200 +++ b/Framework/Toolbox/ShearWarpProjectiveTransform.cpp Mon May 20 09:38:25 2019 +0200 @@ -543,7 +543,7 @@ } else { - *p = static_cast + *p = static_cast (*qacc / static_cast(*qcount)); if (*p > maxValue)