Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ahem
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 24 Jul 2017 20:27:39 +0000 (22:27 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 24 Jul 2017 20:27:39 +0000 (22:27 +0200)
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;