From 6a64ba4381f5fe7d2a7d1a849de233d9c500a4b6 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 24 Jul 2017 22:27:39 +0200 Subject: [PATCH] ahem --- src/mc/ChunkedData.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1