Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ahem
[simgrid.git] / src / mc / ChunkedData.hpp
index 93c362f..a739fea 100644 (file)
@@ -55,7 +55,7 @@ public:
       store_->ref_page(pageno);
   }
   ChunkedData(ChunkedData&& that)
       store_->ref_page(pageno);
   }
   ChunkedData(ChunkedData&& that)
-     : store(that.store_)
+     : store_(that.store_)
      , pagenos_(std::move(that.pagenos_))
   {
     that.store_ = nullptr;
      , pagenos_(std::move(that.pagenos_))
   {
     that.store_ = nullptr;