comparison OrthancStone/Sources/Viewport/DefaultViewportInteractor.h @ 1564:e731e62692a9

upgrading Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Sep 2020 15:18:21 +0200
parents cf652990abb1
children 4fb8fdf03314
comparison
equal deleted inserted replaced
1563:e0045462a25c 1564:e731e62692a9
19 **/ 19 **/
20 20
21 #pragma once 21 #pragma once
22 22
23 #include "IViewportInteractor.h" 23 #include "IViewportInteractor.h"
24
25 #include <Compatibility.h> // For ORTHANC_OVERRIDE
24 26
25 namespace OrthancStone 27 namespace OrthancStone
26 { 28 {
27 class DefaultViewportInteractor : public IViewportInteractor 29 class DefaultViewportInteractor : public IViewportInteractor
28 { 30 {