X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8d3fd4dafe26b531ab1392486871775d47126bff..50ac3e136606baf487eedb6d42729c4e46f55386:/src/mc/ChunkedData.hpp diff --git a/src/mc/ChunkedData.hpp b/src/mc/ChunkedData.hpp index 330f2c9841..9652ea1095 100644 --- a/src/mc/ChunkedData.hpp +++ b/src/mc/ChunkedData.hpp @@ -51,7 +51,7 @@ public: ChunkedData(ChunkedData const& that) : store_ (that.store_) , pagenos_(that.pagenos_) - + { for (std::size_t pageno : pagenos_) store_->ref_page(pageno);