diff Framework/Radiography/RadiographyScene.h @ 1118:35e798b16b65

RadiographyDicomLayer: allow replacing low res image by high res image
author Alain Mazy <alain@mazy.be>
date Mon, 04 Nov 2019 22:16:04 +0100
parents 692291406f6a
children d7e06542304c 4663f158c748
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyScene.h	Mon Nov 04 12:47:13 2019 +0100
+++ b/Framework/Radiography/RadiographyScene.h	Mon Nov 04 22:16:04 2019 +0100
@@ -149,7 +149,7 @@
   protected:
     RadiographyLayer& RegisterLayer(RadiographyLayer* layer);
 
-    void OnTagsReceived(const Deprecated::OrthancApiClient::BinaryResponseReadyMessage& message);
+    virtual void OnTagsReceived(const Deprecated::OrthancApiClient::BinaryResponseReadyMessage& message);
 
     virtual void OnFrameReceived(const Deprecated::OrthancApiClient::BinaryResponseReadyMessage& message);