From: Martin Quinson Date: Mon, 24 Jul 2017 20:27:39 +0000 (+0200) Subject: ahem X-Git-Tag: v3_17~322^2~3 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6a64ba4381f5fe7d2a7d1a849de233d9c500a4b6?ds=inline ahem --- 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;