]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/sosp/Region.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into 'master'
[simgrid.git] / src / mc / sosp / Region.hpp
index 2ee7e5272a6298d15be44dcfecc22dded9e9a292..8293df6b5c14a2dc4a0d3757fc2c55620772e51d 100644 (file)
@@ -69,7 +69,7 @@ public:
    *  @param size    Size of the data to read in bytes
    *  @return Pointer where the data is located (either target buffer or original location)
    */
-  const void* read(void* target, const void* addr, std::size_t size);
+  void* read(void* target, const void* addr, std::size_t size);
 };
 
 } // namespace mc