changeset 1185:5e9a4141b36c broker

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 Nov 2019 09:51:41 +0100
parents 2e52d1f4c9e3
children 3284c3fd96ad
files Framework/Volumes/DicomVolumeImage.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Framework/Volumes/DicomVolumeImage.h	Fri Nov 22 08:58:46 2019 +0100
+++ b/Framework/Volumes/DicomVolumeImage.h	Fri Nov 22 09:51:41 2019 +0100
@@ -41,7 +41,7 @@
     ORTHANC_STONE_DEFINE_ORIGIN_MESSAGE(__FILE__, __LINE__, ContentUpdatedMessage, DicomVolumeImage);
 
   private:
-    uint64_t                                revision_;  // TODO - Is revision still useful?
+    uint64_t                                revision_;
     std::auto_ptr<VolumeImageGeometry>      geometry_;
     std::auto_ptr<ImageBuffer3D>            image_;
     std::auto_ptr<DicomInstanceParameters>  parameters_;