X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c7cad16a187e10f78f94c63a490f474676702424..6a64ba4381f5fe7d2a7d1a849de233d9c500a4b6:/src/mc/ChunkedData.hpp diff --git a/src/mc/ChunkedData.hpp b/src/mc/ChunkedData.hpp index 93c362f198..a739fea203 100644 --- a/src/mc/ChunkedData.hpp +++ b/src/mc/ChunkedData.hpp @@ -55,7 +55,7 @@ public: store_->ref_page(pageno); } ChunkedData(ChunkedData&& that) - : store(that.store_) + : store_(that.store_) , pagenos_(std::move(that.pagenos_)) { that.store_ = nullptr;