diff OrthancServer/main.cpp @ 1250:2ffe07abd9d8

removal of const on IStorageArea::Read()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 05 Jan 2015 11:14:58 +0100
parents 32fcc5dc7562
children b9e2ed59cae4
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Mon Dec 15 10:20:33 2014 +0100
+++ b/OrthancServer/main.cpp	Mon Jan 05 11:14:58 2015 +0100
@@ -406,7 +406,7 @@
 
   virtual void Read(std::string& content,
                     const std::string& uuid,
-                    FileContentType type) const
+                    FileContentType type)
   {
     if (type != FileContentType_Dicom)
     {