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

Public GIT Repository
Use C++ style includes when available.
[simgrid.git] / src / mc / ChunkedData.hpp
index 93c362f198d16217d9950f90a50f676d232bdfeb..a739fea203adfaab55ea34a938d6be5e5b569aac 100644 (file)
@@ -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;