diff Core/FileStorage/FilesystemStorage.h @ 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 67c3c1e4a6e0
children 6e7e5ed91c2d
line wrap: on
line diff
--- a/Core/FileStorage/FilesystemStorage.h	Mon Dec 15 10:20:33 2014 +0100
+++ b/Core/FileStorage/FilesystemStorage.h	Mon Jan 05 11:14:58 2015 +0100
@@ -60,7 +60,7 @@
 
     virtual void Read(std::string& content,
                       const std::string& uuid,
-                      FileContentType type) const;
+                      FileContentType type);
 
     virtual void Remove(const std::string& uuid,
                         FileContentType type);